react-sync-board 0.5.0 → 0.5.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/cjs/index.js
CHANGED
|
@@ -8090,7 +8090,7 @@ var useItemActions = function useItemActions() {
|
|
|
8090
8090
|
break;
|
|
8091
8091
|
}
|
|
8092
8092
|
|
|
8093
|
-
if (!(!passLocked && hasClass(foundElement, "locked"))) {
|
|
8093
|
+
if (!(!passLocked && hasClass(foundElement, "locked") && !hasClass(foundElement, "selected"))) {
|
|
8094
8094
|
_context8.next = 8;
|
|
8095
8095
|
break;
|
|
8096
8096
|
}
|