pleroma-fe/src/components/status_body
Tusooa Zhu a4ea0a30bf
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.
2022-04-19 20:24:24 -04:00
..
status_body.js Fix controlled status display toggles 2022-03-07 19:19:31 -05:00
status_body.scss better compact attachments 2021-06-18 14:12:50 +03:00
status_body.vue Fix incorrect close of a status popover when clicking Expand inside it 2022-04-19 20:24:24 -04:00