mirror of
https://github.com/ankitects/anki.git
synced 2025-09-18 22:12:21 -04:00
Correctly pass down dropdownObject...
This commit is contained in:
parent
7c6f6533c1
commit
ce9674f824
2 changed files with 2 additions and 2 deletions
|
@ -79,7 +79,7 @@ License: GNU AGPL, version 3 or later; http://www.gnu.org/licenses/agpl.html
|
||||||
dropdown.show();
|
dropdown.show();
|
||||||
}
|
}
|
||||||
|
|
||||||
let api = {
|
api = {
|
||||||
show: dropdown.show.bind(dropdown),
|
show: dropdown.show.bind(dropdown),
|
||||||
toggle: dropdown.toggle.bind(dropdown),
|
toggle: dropdown.toggle.bind(dropdown),
|
||||||
hide: dropdown.hide.bind(dropdown),
|
hide: dropdown.hide.bind(dropdown),
|
||||||
|
|
|
@ -135,7 +135,7 @@ License: GNU AGPL, version 3 or later; http://www.gnu.org/licenses/agpl.html
|
||||||
|
|
||||||
{#if sheet}
|
{#if sheet}
|
||||||
<WithDropdown
|
<WithDropdown
|
||||||
placement="bottom"
|
drop="down"
|
||||||
autoOpen={true}
|
autoOpen={true}
|
||||||
autoClose={false}
|
autoClose={false}
|
||||||
let:createDropdown
|
let:createDropdown
|
||||||
|
|
Loading…
Reference in a new issue