better async js execution page
This commit is contained in:
parent
139f12031f
commit
e72d296726
4 changed files with 4 additions and 2 deletions
|
|
@ -1 +1 @@
|
|||
Subproject commit 834f5c9b22fdb729d0ab4775c86f36927b8bc2b0
|
||||
Subproject commit 8014f223a494d9aa32db9e9bf8199fd7b18a9b66
|
||||
BIN
xrsh.com
BIN
xrsh.com
Binary file not shown.
|
|
@ -1 +1 @@
|
|||
471cc09a6433f368246ceb4b5698d59e840420a1b36b1ddb1c923534718d0ede xrsh.com
|
||||
07e872b54c792e30d0f662eaf61a024adfc3efdd8d0e46ccc32c7c0b301ad1f8 xrsh.com
|
||||
|
|
|
|||
2
xrsh.js
2
xrsh.js
|
|
@ -3774,6 +3774,7 @@ Term.prototype.blurHandler = function (ev)
|
|||
|
||||
Term.prototype.pasteHandler = function (ev)
|
||||
{
|
||||
debugger
|
||||
var c, str;
|
||||
if (!this.textarea_has_focus) {
|
||||
c = ev.clipboardData;
|
||||
|
|
@ -4214,6 +4215,7 @@ ISOTerminal.prototype.TermInit = function(){
|
|||
Term.prototype.keyDownHandler = function(original){
|
||||
return function (e){
|
||||
if ((e.ctrlKey || e.metaKey) && e.key === 'v') {
|
||||
debugger
|
||||
return true; // bubble up to pasteHandler (see pastedrop.js)
|
||||
}
|
||||
original.apply(this,[e])
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue