mirror of
https://github.com/the-djmaze/snappymail.git
synced 2025-01-04 14:02:17 +08:00
Resolve Issue #98
This commit is contained in:
parent
5530a85f47
commit
d5f0b1d06c
1 changed files with 1 additions and 0 deletions
1
dev/External/SquireUI.js
vendored
1
dev/External/SquireUI.js
vendored
|
@ -412,6 +412,7 @@ class SquireUI
|
||||||
input.title = ctrlKey + cfg.key;
|
input.title = ctrlKey + cfg.key;
|
||||||
}
|
}
|
||||||
input.dataset.action = action;
|
input.dataset.action = action;
|
||||||
|
input.tabIndex = -1;
|
||||||
cfg.input = input;
|
cfg.input = input;
|
||||||
toolgroup.append(input);
|
toolgroup.append(input);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue