focus on OK button when we pop an alert
parent
850bd42149
commit
91a806ab86
|
@ -952,6 +952,9 @@ define([
|
|||
cb(ev);
|
||||
stopListening(keyHandler);
|
||||
});
|
||||
window.setTimeout(function () {
|
||||
findOKButton().focus();
|
||||
});
|
||||
};
|
||||
|
||||
common.prompt = function (msg, def, cb, opt) {
|
||||
|
|
Loading…
Reference in New Issue