You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 5, 2024. It is now read-only.
When click or drag or another event fired in space of grid but not over a item, the library fails.
error_handler.js:54 TypeError: Cannot read property 'canResize' of null at NgGrid._onMouseDown (NgGrid.js:397) at _View_AdminGridComponent0._handle_mousedown_0_0 (component.ngfactory.js:171) at view.js:365 at dom_renderer.js:262 at dom_events.js:30 at ZoneDelegate.invoke (zone.js:232) at Object.onInvoke (ng_zone.js:238) at ZoneDelegate.invoke (zone.js:231) at Zone.runGuarded (zone.js:128) at NgZone.runGuarded (ng_zone.js:133)
The error on line 397 of file NgGrid.js is a comment what fail when item is null
The text was updated successfully, but these errors were encountered:
When click or drag or another event fired in space of grid but not over a item, the library fails.
error_handler.js:54 TypeError: Cannot read property 'canResize' of null at NgGrid._onMouseDown (NgGrid.js:397) at _View_AdminGridComponent0._handle_mousedown_0_0 (component.ngfactory.js:171) at view.js:365 at dom_renderer.js:262 at dom_events.js:30 at ZoneDelegate.invoke (zone.js:232) at Object.onInvoke (ng_zone.js:238) at ZoneDelegate.invoke (zone.js:231) at Zone.runGuarded (zone.js:128) at NgZone.runGuarded (ng_zone.js:133)
The error on line 397 of file NgGrid.js is a comment what fail when item is null
The text was updated successfully, but these errors were encountered: