Closing screenshot dialog prevent input elements to get focus
This commit is contained in:
@@ -109,6 +109,10 @@ KB.component('screenshot', function (containerElement) {
|
||||
initialize();
|
||||
}
|
||||
|
||||
KB.on('modal.close', function () {
|
||||
destroy();
|
||||
});
|
||||
|
||||
this.render = function () {
|
||||
inputElement = KB.dom('input')
|
||||
.attr('type', 'hidden')
|
||||
|
||||
Reference in New Issue
Block a user