mirror of
https://github.com/ankitects/anki.git
synced 2025-09-24 16:56:36 -04:00
Fix tags popover becoming separated from the tags field (#2442)
This commit is contained in:
parent
bd88c6d352
commit
5774e5d4af
1 changed files with 1 additions and 1 deletions
|
@ -127,7 +127,7 @@ License: GNU AGPL, version 3 or later; http://www.gnu.org/licenses/agpl.html
|
|||
<WithFloating
|
||||
keepOnKeyup
|
||||
show={$show}
|
||||
preferredPlacement="top-start"
|
||||
preferredPlacement="top"
|
||||
portalTarget={document.body}
|
||||
let:asReference
|
||||
on:close={() => show.set(false)}
|
||||
|
|
Loading…
Reference in a new issue