mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-08-29 12:09:20 +03:00
Solve menu arrow navigation
https://github.com/the-djmaze/snappymail/issues/22
This commit is contained in:
parent
250caab957
commit
f25d210f3e
8 changed files with 28 additions and 37 deletions
4
dev/External/ko.js
vendored
4
dev/External/ko.js
vendored
|
|
@ -48,9 +48,9 @@ ko.bindingHandlers.tooltipErrorTip = {
|
|||
}
|
||||
};
|
||||
|
||||
ko.bindingHandlers.registrateBootstrapDropdown = {
|
||||
ko.bindingHandlers.registerBootstrapDropdown = {
|
||||
init: element => {
|
||||
rl.Dropdowns.registrate(element);
|
||||
rl.Dropdowns.register(element);
|
||||
element.ddBtn = new BSN.Dropdown(element.querySelector('[data-toggle="dropdown"]'));
|
||||
}
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue