File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -132,7 +132,7 @@ export class DDResizable extends DDBaseImplement implements HTMLElementExtendOpt
132
132
protected _mouseOver ( e : Event ) : void {
133
133
// console.log(`${count++} pre-enter ${(this.el as GridItemHTMLElement).gridstackNode._id}`)
134
134
// already over a child, ignore. Ideally we just call e.stopPropagation() but see https://github.com/gridstack/gridstack.js/issues/2018
135
- if ( DDManager . overResizeElement || DDManager . dragElement ) return ;
135
+ if ( DDManager . overResizeElement === this || DDManager . dragElement ) return ;
136
136
DDManager . overResizeElement = this ;
137
137
// console.log(`${count++} enter ${(this.el as GridItemHTMLElement).gridstackNode._id}`)
138
138
this . el . classList . remove ( 'ui-resizable-autohide' ) ;
You can’t perform that action at this time.
0 commit comments