Skip to content
Snippets Groups Projects
  1. Apr 20, 2022
    • tusooa's avatar
      Fix incorrect close of a status popover when clicking Expand inside it · a4ea0a30
      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.
      a4ea0a30
  2. Apr 12, 2022
  3. Apr 10, 2022
  4. Apr 07, 2022
  5. Apr 06, 2022
  6. Mar 30, 2022
  7. Mar 29, 2022
  8. Mar 28, 2022
Loading