Skip to content

Commit e4bb115

Browse files
author
Alexis Beingessner
committed
Ticket OscarGodson#132 - using __update event
1 parent 7e1f48c commit e4bb115

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

epiceditor/js/epiceditor.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1082,7 +1082,7 @@
10821082
self.getElement('editor').documentElement.addEventListener('paste', boundAutogrow);
10831083
self.getElement('editor').documentElement.addEventListener('cut', boundAutogrow);
10841084

1085-
self.on('update', boundAutogrow);
1085+
self.on('__update', boundAutogrow);
10861086
self.on('edit', function () {
10871087
setTimeout(boundAutogrow, 50)
10881088
});

0 commit comments

Comments
 (0)