From 48b4cc0e849f0403d733c4abc55613f7b7bf32cf Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Wed, 23 Dec 2020 13:20:32 +0800 Subject: [PATCH] Uncommited changes synced --- docs/src/Roo_bootstrap_Modal.js.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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) { -- 2.39.2