mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-11-25 09:03:12 +03:00
Merge pull request #3108 from novaugust/touch-editor-off
Add off as a noop function to touch editor.
This commit is contained in:
commit
b71e99a333
@ -46,7 +46,8 @@ var createTouchEditor = function createTouchEditor() {
|
||||
nthLine: noop,
|
||||
refresh: noop,
|
||||
selectLines: noop,
|
||||
on: noop
|
||||
on: noop,
|
||||
off: noop
|
||||
};
|
||||
|
||||
return TouchEditor;
|
||||
|
Loading…
Reference in New Issue
Block a user