mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-04-23 18:08:05 +01:00
@@ -57,8 +57,12 @@
|
||||
var onResize = this.forceUpdateMessageFieldSize.bind(this);
|
||||
this.appWindow.contentWindow.addEventListener('resize', onResize);
|
||||
|
||||
var onfocus = this.markRead.bind(this);
|
||||
this.appWindow.contentWindow.addEventListener('focus', onfocus);
|
||||
|
||||
this.appWindow.onClosed.addListener(function () {
|
||||
this.appWindow.contentWindow.removeEventListener('resize', onResize);
|
||||
this.appWindow.contentWindow.removeEventListener('focus', onfocus);
|
||||
window.autosize.destroy(this.$messageField);
|
||||
this.remove();
|
||||
}.bind(this));
|
||||
|
||||
Reference in New Issue
Block a user