diff options
| author | Tusooa Zhu <tusooa@kazv.moe> | 2022-04-19 20:20:18 -0400 |
|---|---|---|
| committer | Tusooa Zhu <tusooa@kazv.moe> | 2022-04-19 20:24:24 -0400 |
| commit | a4ea0a30bf02893cea783824c4824a5d1d87ff6c (patch) | |
| tree | cbb1d3b12bb49f690d45a9197d899dc131e650d1 /src/components/interface_language_switcher | |
| parent | 1041a38f140e5a21a170ff68fcbf044991d78d81 (diff) | |
Fix incorrect close of a status popover when clicking Expand inside it
basically Vue (3 in particular?) will make changes to DOM before this event
listener is called, and if the target is displayed using v-if, it will not
be part of the DOM at that time, and contains() will return false. so it
goes to call hidePopover() which caused this bug.
Diffstat (limited to 'src/components/interface_language_switcher')
0 files changed, 0 insertions, 0 deletions
