mirror of
https://github.com/NuSkooler/enigma-bbs.git
synced 2025-07-20 09:45:53 +02:00
* Cleanup for emiting edit position
This commit is contained in:
parent
ab39fcd1ba
commit
06648403cc
2 changed files with 18 additions and 24 deletions
|
@ -176,7 +176,7 @@ function FullScreenEditorModule(options) {
|
|||
self.viewControllers.header.removeFocus();
|
||||
self.viewControllers.body.switchFocus(1);
|
||||
|
||||
self.getBodyView().on('cursor position', function cursorPosUpdate(pos) {
|
||||
self.getBodyView().on('edit position', function cursorPosUpdate(pos) {
|
||||
self.updateEditModePosition(pos);
|
||||
});
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue