Skip to content

Commit b5e37d6

Browse files
committed
compose: Dispose topic-input's focus node when stream compose box disposed
Thanks Greg for catching this: zulip#1090 (comment)
1 parent 35c966e commit b5e37d6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/widgets/compose_box.dart

+1
Original file line numberDiff line numberDiff line change
@@ -1137,6 +1137,7 @@ class _StreamComposeBoxState extends State<_StreamComposeBox> implements Compose
11371137
_topicController.dispose();
11381138
_contentController.dispose();
11391139
_contentFocusNode.dispose();
1140+
_topicFocusNode.dispose();
11401141
super.dispose();
11411142
}
11421143

0 commit comments

Comments
 (0)