Fix window resize selection issue

This commit is contained in:
Kelrap 2024-08-13 13:32:32 -04:00
parent d79e78271c
commit c99094f547

View file

@ -136,6 +136,8 @@ class MessageSelectionOverlay extends StatelessWidget {
}
}
} catch (err) {
controller.showEmojiPicker = false;
controller.selectedEvents.clear();
MatrixState.pAnyState.closeAllOverlays();
ErrorHandler.logError(e: err, s: StackTrace.current);
// throw L10n.of(context)!.toolbarError;