Skip to content

Commit

Permalink
Fix incorrect property reference
Browse files Browse the repository at this point in the history
  • Loading branch information
bvaughn committed Feb 14, 2024
1 parent 902b463 commit cd9ff01
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -269,7 +269,7 @@ function updateListeners() {
window.removeEventListener("touchcancel", handlePointerUp);
window.removeEventListener("touchend", handlePointerUp);

if (registerResizeHandle.length > 0) {
if (registeredResizeHandlers.size > 0) {
if (isPointerDown) {
if (intersectingHandles.length > 0) {
ownerDocumentCounts.forEach((count, ownerDocument) => {
Expand Down

0 comments on commit cd9ff01

Please sign in to comment.