- May 16, 2022
- May 09, 2022
- Apr 28, 2022
- Apr 26, 2022
- Apr 25, 2022
- Apr 21, 2022
- Apr 20, 2022
-
-
HJ authored
-
HJ authored
-
HJ authored
-
HJ authored
-
HJ authored
-
HJ authored
-
HJ authored
-
HJ authored
-
HJ authored
* fix-chat-errors: fix some chat errors/warnings that sometimes happen Fix incorrect close of a status popover when clicking Expand inside it fix tests fix hashtags by explicitly putting attributes
-
HJ authored
-
HJ authored
-
HJ authored
-
HJ authored
-
HJ authored
-
HJ authored
Fix incorrect close of a status popover when clicking Expand inside it Closes #1157 See merge request pleroma/pleroma-fe!1514
-
tusooa authored
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.
-