Disconnect from chat entry listener on tab closure
Compare changes
Files
2@@ -96,7 +96,17 @@ class MainWindowContainer(Container):
@@ -96,7 +96,17 @@ class MainWindowContainer(Container):
Before, more and more listeners got added to the chat entry, resulting in the bug of message text not being visible after posting.
Closes #25 (closed)