Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 61a129e

Browse files
author
Derek Moore
committed
add event_stop_propagate to change event on gridstack objects
1 parent 798c5c4 commit 61a129e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/gridstack.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -989,7 +989,8 @@
989989
.on('drag', event_stop_propagate)
990990
.on('resizestart', event_stop_propagate)
991991
.on('resizestop', event_stop_propagate)
992-
.on('resize', event_stop_propagate);
992+
.on('resize', event_stop_propagate)
993+
.on('change', event_stop_propagate);
993994
}
994995
});
995996
};

0 commit comments

Comments
 (0)