mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-05-04 22:19:38 +00:00
codemirror: Fix keyMap bug. Forum #54253
git-svn-id: https://svn.fhem.de/fhem/trunk/fhem@11619 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
ceb9cba8ac
commit
b72d93a64f
@ -16,7 +16,6 @@ var cm_attr = {
|
|||||||
indentWithTabs: true,
|
indentWithTabs: true,
|
||||||
autofocus: true,
|
autofocus: true,
|
||||||
lineNumbers: true,
|
lineNumbers: true,
|
||||||
keyMap: false,
|
|
||||||
jumpToLine: false,
|
jumpToLine: false,
|
||||||
jumpToLine_extraKey: false,
|
jumpToLine_extraKey: false,
|
||||||
smartIndent: false,
|
smartIndent: false,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user