diff --git a/src/Window.js b/src/Window.js index 092f08d5..c4203411 100644 --- a/src/Window.js +++ b/src/Window.js @@ -15,6 +15,7 @@ module.exports = class Window extends EventEmitter { this.closeBtn = document.createElement('div') this.closeBtn.className = 'closeBtn' + this.closeBtn.title = lang('close') this.closeBtn.onclick = (e) => { this.close() e.stopImmediatePropagation()