mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2025-12-24 20:26:24 +00:00
Remove resize logic in favor of pure css
This commit is contained in:
@@ -34,7 +34,6 @@
|
||||
collection : bg.inbox
|
||||
}).render();
|
||||
|
||||
window.addEventListener('resize', this.inbox.resize.bind(this.inbox));
|
||||
window.addEventListener('beforeunload', function () {
|
||||
this.inbox.stopListening();
|
||||
}.bind(this));
|
||||
|
||||
Reference in New Issue
Block a user