mirror of
https://github.com/zen-browser/desktop.git
synced 2025-07-08 07:10:01 +02:00
✨ Replace keydown event with input
This commit is contained in:
parent
4c1fa34f2c
commit
374eb82d40
1 changed files with 1 additions and 1 deletions
|
@ -439,7 +439,7 @@ var gZenMarketplaceManager = {
|
|||
}
|
||||
|
||||
input.addEventListener(
|
||||
'keydown',
|
||||
'input',
|
||||
ZenThemesCommon.debounce((event) => {
|
||||
const value = event.target.value;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue