🐛 Bug Fix
- #1485 In inline mode the
changeevent fired on every value synchronisation, even when nothing had changed: the source element is the editor container there, so the editor compared the value with its own markup and the difference never went away. Among other effects, clicking a button in the table cells popup closed the popup (select-cellshides it onchange) before the button's click arrived. The value last synchronised to an inline container is now tracked separately, sochangefires only on a real change; standard mode is unchanged. Thanks to @brendon (#1486).