@blocksuite/block-std
Advanced tools
Comparing version 0.0.0-canary-20241004001414 to 0.0.0-canary-20241005001352
# @blocksuite/block-std | ||
## 0.0.0-canary-20241004001414 | ||
## 0.0.0-canary-20241005001352 | ||
@@ -9,5 +9,5 @@ ### Patch Changes | ||
- Updated dependencies | ||
- @blocksuite/global@0.0.0-canary-20241004001414 | ||
- @blocksuite/inline@0.0.0-canary-20241004001414 | ||
- @blocksuite/store@0.0.0-canary-20241004001414 | ||
- @blocksuite/global@0.0.0-canary-20241005001352 | ||
- @blocksuite/inline@0.0.0-canary-20241005001352 | ||
- @blocksuite/store@0.0.0-canary-20241005001352 | ||
@@ -14,0 +14,0 @@ ## 0.17.17 |
@@ -119,3 +119,2 @@ import { IS_IPAD } from '@blocksuite/global/env'; | ||
const run = () => { | ||
this._dispatcher.run('pointerUp', context); | ||
this._dispatcher.run('click', context); | ||
@@ -122,0 +121,0 @@ if (this._pointerDownCount === 2) { |
{ | ||
"name": "@blocksuite/block-std", | ||
"version": "0.0.0-canary-20241004001414", | ||
"version": "0.0.0-canary-20241005001352", | ||
"description": "Std for blocksuite blocks", | ||
@@ -23,5 +23,5 @@ "type": "module", | ||
"dependencies": { | ||
"@blocksuite/global": "0.0.0-canary-20241004001414", | ||
"@blocksuite/inline": "0.0.0-canary-20241004001414", | ||
"@blocksuite/store": "0.0.0-canary-20241004001414", | ||
"@blocksuite/global": "0.0.0-canary-20241005001352", | ||
"@blocksuite/inline": "0.0.0-canary-20241005001352", | ||
"@blocksuite/store": "0.0.0-canary-20241005001352", | ||
"@lit/context": "^1.1.2", | ||
@@ -28,0 +28,0 @@ "@preact/signals-core": "^1.8.0", |
@@ -154,3 +154,2 @@ import { IS_IPAD } from '@blocksuite/global/env'; | ||
const run = () => { | ||
this._dispatcher.run('pointerUp', context); | ||
this._dispatcher.run('click', context); | ||
@@ -157,0 +156,0 @@ if (this._pointerDownCount === 2) { |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
1192317
17348
+ Added@blocksuite/global@0.0.0-canary-20241005001352(transitive)
+ Added@blocksuite/inline@0.0.0-canary-20241005001352(transitive)
+ Added@blocksuite/store@0.0.0-canary-20241005001352(transitive)
+ Added@blocksuite/sync@0.0.0-canary-20241005001352(transitive)
- Removed@blocksuite/global@0.0.0-canary-20241004001414(transitive)
- Removed@blocksuite/inline@0.0.0-canary-20241004001414(transitive)
- Removed@blocksuite/store@0.0.0-canary-20241004001414(transitive)
- Removed@blocksuite/sync@0.0.0-canary-20241004001414(transitive)