fix show overlay
This commit is contained in:
@@ -934,12 +934,10 @@ class MessageInputState extends State<MessageInput> {
|
|||||||
if (visible) {
|
if (visible) {
|
||||||
_onChange();
|
_onChange();
|
||||||
} else {
|
} else {
|
||||||
if (_commandsOverlay != null) {
|
_commandsOverlay?.remove();
|
||||||
_commandsOverlay.remove();
|
_commandsOverlay = null;
|
||||||
}
|
_mentionsOverlay?.remove();
|
||||||
if (_mentionsOverlay != null) {
|
_mentionsOverlay = null;
|
||||||
_mentionsOverlay.remove();
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user