Register a callback to be called (via a shared rAF) after every editor update transaction. If this is the first registration for the given editor, a new registry entry and a single editor.on('update') listener are created.
editor.on('update')
Register a callback to be called (via a shared rAF) after every editor update transaction. If this is the first registration for the given editor, a new registry entry and a single
editor.on('update')listener are created.