mirror of
https://github.com/zulip/zulip.git
synced 2026-07-03 21:10:12 +08:00
popover_menus: Set correct instance as undefined.
This caused a bug where input keys were not working since `compose_mobile_button` was always set.
This commit is contained in:
parent
605c4688b1
commit
4c57b3f289
@ -556,7 +556,7 @@ export function initialize() {
|
||||
// Destroy instance so that event handlers
|
||||
// are destroyed too.
|
||||
instance.destroy();
|
||||
popover_instances.compose_control_button = undefined;
|
||||
popover_instances.compose_mobile_button = undefined;
|
||||
},
|
||||
});
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user