mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 1254025 - Force the CodeMirror editor to always use a textarea. r=jdescottes a=ritu
By default it switches to a contentEditable when a custom UA is applied, which causes errors when trying to insert a controller. MozReview-Commit-ID: AdRUpO3NHNF
This commit is contained in:
parent
11b880f31f
commit
8c7006d808
@ -159,6 +159,7 @@ function Editor(config) {
|
||||
matchBrackets: true,
|
||||
extraKeys: {},
|
||||
indentWithTabs: useTabs,
|
||||
inputStyle: "textarea",
|
||||
styleActiveLine: true,
|
||||
autoCloseBrackets: "()[]{}''\"\"``",
|
||||
autoCloseEnabled: useAutoClose,
|
||||
|
Loading…
Reference in New Issue
Block a user