mirror of
https://github.com/ONLYOFFICE/web-apps.git
synced 2026-07-25 13:10:48 +08:00
Fix Bug 37536 (window is closed before input field update it's value)
This commit is contained in:
@ -154,11 +154,11 @@ define([
|
||||
} else {
|
||||
this.initCodePages();
|
||||
this.updatePreview();
|
||||
this.onPrimary = function() {
|
||||
me._handleInput('ok');
|
||||
return false;
|
||||
};
|
||||
}
|
||||
this.onPrimary = function() {
|
||||
me._handleInput('ok');
|
||||
return false;
|
||||
};
|
||||
}
|
||||
},
|
||||
|
||||
|
||||
Reference in New Issue
Block a user