mirror of
https://github.com/the1812/Bilibili-Evolved.git
synced 2025-11-04 21:22:45 +08:00
feat(video speed): 当鼠标悬浮在扩展倍速图标上自动聚焦输入框
This commit is contained in:
parent
3ed8f23ab3
commit
9f6cc20464
@ -87,6 +87,7 @@ export const getExtraSpeedMenuItemElements = async () => {
|
||||
updateInput(input)
|
||||
input.style.display = "inline"
|
||||
iconElement.style.display = "none"
|
||||
input.focus()
|
||||
})
|
||||
li.addEventListener("mouseleave", () => {
|
||||
iconElement.style.display = "inline"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user