1
0
mirror of synced 2024-11-23 05:26:10 +03:00
This commit is contained in:
Justin Brown 2015-08-20 13:15:57 -04:00
parent ab14751507
commit dac09005ad

View File

@ -98,7 +98,7 @@ define([
BaseSelection.prototype._handleBlur = function (evt) { BaseSelection.prototype._handleBlur = function (evt) {
var self = this; var self = this;
// This needs to be delayed as the actve element is the body when the tab // This needs to be delayed as the active element is the body when the tab
// key is pressed, possibly along with others. // key is pressed, possibly along with others.
window.setTimeout(function () { window.setTimeout(function () {
// Don't trigger `blur` if the focus is still in the selection // Don't trigger `blur` if the focus is still in the selection