Closed msssk closed 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.
Editor#removeRow
Fixes #1456
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