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/esm/index.js CHANGED
@@ -8082,7 +8082,7 @@ var useItemActions = function useItemActions() {
8082
8082
  break;
8083
8083
  }
8084
8084
 
8085
- if (!(!passLocked && hasClass(foundElement, "locked"))) {
8085
+ if (!(!passLocked && hasClass(foundElement, "locked") && !hasClass(foundElement, "selected"))) {
8086
8086
  _context8.next = 8;
8087
8087
  break;
8088
8088
  }