mirror of
https://github.com/openwrt/luci.git
synced 2026-04-15 19:01:56 +00:00
luci-mod-status: add .blur() action for kernel log scroll buttons
follow-up to f458c39c74
Signed-off-by: Paul Donald <newtwen+github@gmail.com>
This commit is contained in:
@@ -135,7 +135,7 @@ return view.extend({
|
||||
);
|
||||
scrollDownButton.addEventListener('click', () => {
|
||||
scrollUpButton.scrollIntoView();
|
||||
scrollUpButton.blur();
|
||||
scrollDownButton.blur();
|
||||
});
|
||||
|
||||
const scrollUpButton = E('button', {
|
||||
@@ -145,7 +145,7 @@ return view.extend({
|
||||
);
|
||||
scrollUpButton.addEventListener('click', () => {
|
||||
scrollDownButton.scrollIntoView();
|
||||
scrollDownButton.blur();
|
||||
scrollUpButton.blur();
|
||||
});
|
||||
|
||||
const self = this;
|
||||
|
||||
Reference in New Issue
Block a user