SitePen / dgrid

A lightweight, mobile-ready, data-driven, modular grid widget designed for use with dstore
http://dgrid.io/
Other
628 stars 298 forks source link

Editor focusout handler is stopped when a row is removed #1456

Closed msssk closed 4 years ago

msssk commented 4 years ago

Editor#removeRow pauses the focusout handler when destroying a widget, but fails to resume it. The result is that any row removal causes the focusout handler to be permanently disabled.