Remove needs_js for editor
This commit is contained in:
parent
fa4b914326
commit
fd43248d89
@ -441,7 +441,7 @@ class CurCommandDispatcher(QObject):
|
||||
self.openurl(config.get('general', 'startpage')[0])
|
||||
|
||||
@cmdutils.register(instance='mainwindow.tabs.cur', modes=['insert'],
|
||||
name='open_editor', hide=True, needs_js=True)
|
||||
name='open_editor', hide=True)
|
||||
def editor(self):
|
||||
"""Open an external editor with the current form field.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user