mirror of
https://github.com/linuxserver/core.git
synced 2026-02-20 05:07:19 +08:00
Merge pull request +12481 from c9/fix-backspace
Fix backspace
This commit is contained in:
commit
fa58c1e021
@ -76,7 +76,7 @@
|
||||
"c9.automate": "#47e2c429c9",
|
||||
"c9.ide.ace.emmet": "#6dc4585e02",
|
||||
"c9.ide.ace.gotoline": "#a8ff07c8f4",
|
||||
"c9.ide.ace.keymaps": "#e8d5eedc37",
|
||||
"c9.ide.ace.keymaps": "#334a65192f",
|
||||
"c9.ide.ace.repl": "#4b88a85b7b",
|
||||
"c9.ide.ace.split": "#0ae0151c78",
|
||||
"c9.ide.ace.statusbar": "#3aab0b67e0",
|
||||
|
||||
@ -21706,7 +21706,7 @@ apf.window = function(){
|
||||
var amlNode = apf.window.activeElement, //apf.findHost(e.srcElement || e.target),
|
||||
htmlNode = (e.explicitOriginalTarget || e.srcElement || e.target),
|
||||
isTextInput = (ta[htmlNode.tagName]
|
||||
|| htmlNode.contentEditable || htmlNode.contentEditable == "true") //@todo apf3.0 need to loop here?
|
||||
|| htmlNode.contentEditable == "true" || htmlNode.contentEditable == "plaintext-only")
|
||||
&& !htmlNode.disabled
|
||||
|| amlNode && amlNode.$isTextInput
|
||||
&& amlNode.$isTextInput(e) && amlNode.disabled < 1;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user