@udecode/plate-selection
Advanced tools
Comparing version 39.2.0 to 39.2.3
@@ -1244,3 +1244,3 @@ "use strict"; | ||
if (isSelecting2 && inputRef.current) { | ||
inputRef.current.focus(); | ||
inputRef.current.focus({ preventScroll: true }); | ||
} else if (inputRef.current) { | ||
@@ -1247,0 +1247,0 @@ inputRef.current.blur(); |
@@ -1273,3 +1273,3 @@ "use strict"; | ||
if (isSelecting2 && inputRef.current) { | ||
inputRef.current.focus(); | ||
inputRef.current.focus({ preventScroll: true }); | ||
} else if (inputRef.current) { | ||
@@ -1276,0 +1276,0 @@ inputRef.current.blur(); |
{ | ||
"name": "@udecode/plate-selection", | ||
"version": "39.2.0", | ||
"version": "39.2.3", | ||
"description": "Plate React plugin to add a visual way of selecting blocks", | ||
@@ -59,3 +59,3 @@ "keywords": [ | ||
"peerDependencies": { | ||
"@udecode/plate-common": ">=39.1.8", | ||
"@udecode/plate-common": ">=39.2.1", | ||
"react": ">=16.8.0", | ||
@@ -62,0 +62,0 @@ "react-dom": ">=16.8.0", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
616165