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: unpause paused handler after widget destruction #1457

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. This PR resumes the handler after the widget is destroyed.

Fixes #1456