@blocksuite/virgo
Advanced tools
Comparing version 0.5.0-20230311151726-8b99e2c to 0.5.0-20230312174558-52c15ca
@@ -246,3 +246,3 @@ import { assertExists, Slot } from '@blocksuite/global/utils'; | ||
} | ||
else if (inputType === 'deleteContentBackward' && | ||
else if ((inputType === 'deleteContentBackward' || inputType === 'deleteByCut') && | ||
currentVRange.index >= 0) { | ||
@@ -249,0 +249,0 @@ if (currentVRange.length > 0) { |
{ | ||
"name": "@blocksuite/virgo", | ||
"version": "0.5.0-20230311151726-8b99e2c", | ||
"version": "0.5.0-20230312174558-52c15ca", | ||
"description": "A micro editor.", | ||
@@ -26,3 +26,3 @@ "main": "dist/index.js", | ||
"dependencies": { | ||
"@blocksuite/global": "0.5.0-20230311151726-8b99e2c", | ||
"@blocksuite/global": "0.5.0-20230312174558-52c15ca", | ||
"zod": "^3.20.6" | ||
@@ -29,0 +29,0 @@ }, |
@@ -913,3 +913,3 @@ import { assertExists, Slot } from '@blocksuite/global/utils'; | ||
} else if ( | ||
inputType === 'deleteContentBackward' && | ||
(inputType === 'deleteContentBackward' || inputType === 'deleteByCut') && | ||
currentVRange.index >= 0 | ||
@@ -916,0 +916,0 @@ ) { |
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
366770
+ Added@blocksuite/global@0.5.0-20230312174558-52c15ca(transitive)
- Removed@blocksuite/global@0.5.0-20230311151726-8b99e2c(transitive)