From: Alan Knowles Date: Wed, 23 Dec 2020 05:20:32 +0000 (+0800) Subject: Uncommited changes synced X-Git-Url: http://git.roojs.org/?p=roojs1;a=commitdiff_plain;h=48b4cc0e849f0403d733c4abc55613f7b7bf32cf Uncommited changes synced --- diff --git a/docs/src/Roo_bootstrap_Modal.js.html b/docs/src/Roo_bootstrap_Modal.js.html index edbaed14fe..d798e7a7ca 100644 --- a/docs/src/Roo_bootstrap_Modal.js.html +++ b/docs/src/Roo_bootstrap_Modal.js.html @@ -300,8 +300,8 @@ this.headerEditEl = this.headerEl.select('.form-control',true).first(); this.headerEl.on('click', function() { this.toggleHeaderInput(true) } , this); this.headerEditEl.on('keyup', function(e) { - if(e.isNavKeyPress()){ - this.toggleHeaderInput(false) + if([ e.RETURN , e.TAB , e.ESC ].indexOf(e.keyCode) > -1) { + this.toggleHeaderInput(false) } }, this); this.headerEditEl.on('blur', function(e) {