Fix window resize selection issue
This commit is contained in:
parent
d79e78271c
commit
c99094f547
1 changed files with 2 additions and 0 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue