pleroma-fe/src
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
..
assets Use an existing image served by backend instead 2019-02-03 13:30:54 -05:00
boot remove compat build 2022-03-29 00:58:17 +03:00
components Fix incorrect close of a status popover when clicking Expand inside it 2022-04-19 20:24:24 -04:00
directives rename some binding hooks according to new names 2022-03-28 23:54:30 +03:00
hocs fix some mishaps i noticed during self-review 2022-03-30 23:48:06 +03:00
i18n fix tegulu 2022-04-06 18:43:47 +03:00
lib fix settings not persisting 2022-03-17 09:02:26 +02:00
modules Fix no reactivity on vuex 4 values 2022-04-06 17:17:47 -04:00
services properly implement resettableAsyncComponent 2022-03-28 23:55:57 +03:00
_variables.scss Optimize thread display 2022-03-07 19:19:30 -05:00
App.js Fix no reactivity on vuex 4 values 2022-04-06 17:17:47 -04:00
App.scss fix animations 2022-03-23 15:53:36 +02:00
App.vue fix background not showing 2022-03-28 14:26:50 +03:00
main.js shit boots yo 2022-03-16 22:02:44 +02:00
sw.js fix sw compilation 2022-03-18 11:02:00 +02:00