@blocksuite/block-std
Advanced tools
Comparing version 0.0.0-canary-20241205132404 to 0.0.0-canary-20241206001532
# @blocksuite/block-std | ||
## 0.0.0-canary-20241205132404 | ||
## 0.0.0-canary-20241206001532 | ||
@@ -9,5 +9,5 @@ ### Patch Changes | ||
- Updated dependencies | ||
- @blocksuite/global@0.0.0-canary-20241205132404 | ||
- @blocksuite/inline@0.0.0-canary-20241205132404 | ||
- @blocksuite/store@0.0.0-canary-20241205132404 | ||
- @blocksuite/global@0.0.0-canary-20241206001532 | ||
- @blocksuite/inline@0.0.0-canary-20241206001532 | ||
- @blocksuite/store@0.0.0-canary-20241206001532 | ||
@@ -14,0 +14,0 @@ ## 0.18.3 |
@@ -159,4 +159,2 @@ import { throttle } from '@blocksuite/global/utils'; | ||
return; | ||
if (!this.host) | ||
return; // Unstable when switching views, card <-> embed | ||
await this.host.updateComplete; | ||
@@ -163,0 +161,0 @@ const selection = document.getSelection(); |
{ | ||
"name": "@blocksuite/block-std", | ||
"version": "0.0.0-canary-20241205132404", | ||
"version": "0.0.0-canary-20241206001532", | ||
"description": "Std for blocksuite blocks", | ||
@@ -23,5 +23,5 @@ "type": "module", | ||
"dependencies": { | ||
"@blocksuite/global": "0.0.0-canary-20241205132404", | ||
"@blocksuite/inline": "0.0.0-canary-20241205132404", | ||
"@blocksuite/store": "0.0.0-canary-20241205132404", | ||
"@blocksuite/global": "0.0.0-canary-20241206001532", | ||
"@blocksuite/inline": "0.0.0-canary-20241206001532", | ||
"@blocksuite/store": "0.0.0-canary-20241206001532", | ||
"@lit/context": "^1.1.2", | ||
@@ -28,0 +28,0 @@ "@preact/signals-core": "^1.8.0", |
@@ -173,3 +173,2 @@ import type { BlockModel } from '@blocksuite/store'; | ||
if (this.isComposing) return; | ||
if (!this.host) return; // Unstable when switching views, card <-> embed | ||
@@ -176,0 +175,0 @@ await this.host.updateComplete; |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
1403659
20224
+ Added@blocksuite/global@0.0.0-canary-20241206001532(transitive)
+ Added@blocksuite/inline@0.0.0-canary-20241206001532(transitive)
+ Added@blocksuite/store@0.0.0-canary-20241206001532(transitive)
+ Added@blocksuite/sync@0.0.0-canary-20241206001532(transitive)
- Removed@blocksuite/global@0.0.0-canary-20241205132404(transitive)
- Removed@blocksuite/inline@0.0.0-canary-20241205132404(transitive)
- Removed@blocksuite/store@0.0.0-canary-20241205132404(transitive)
- Removed@blocksuite/sync@0.0.0-canary-20241205132404(transitive)