mirror of
https://github.com/seigler/dash-docs
synced 2025-07-27 01:36:13 +00:00
Fixes issues with wallet-menu on handheld devices
This commit is contained in:
parent
9e622be29f
commit
d0ada511d0
4 changed files with 33 additions and 156 deletions
|
@ -367,8 +367,6 @@ function walletMenuListener(e) {
|
|||
if (tt.nodeName === 'LI') addClass(tt, 'active');
|
||||
tt = tt.parentNode;
|
||||
}
|
||||
walletShowPlatform(t.getAttribute('data-walletcompat'));
|
||||
if (isMobile() && !hasSubItems(t)) scrollToNode(document.getElementById('wallets'));
|
||||
},
|
||||
hasSubItems = function(t) {
|
||||
while (t.nodeName !== 'LI') t = t.parentNode;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue