Skip to content

Commit

Permalink
Fix button not closing popup, reduce redundancy
Browse files Browse the repository at this point in the history
Since v-click-outside trumps touch listeners, we need to move the directive to a common parent element and change the DOM tree accordingly. Otherwise, the button does not close the popup on touch. Extend associated e2e tests.

The pagination buttons' DOM is now identical for large and small screens, so move them to a separate component.
  • Loading branch information
t11r committed Oct 8, 2023
1 parent 3873098 commit e47fa9a
Show file tree
Hide file tree
Showing 4 changed files with 239 additions and 292 deletions.
Loading

0 comments on commit e47fa9a

Please sign in to comment.