mirror of
https://github.com/zen-browser/desktop.git
synced 2025-07-09 17:55:42 +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(
|
input.addEventListener(
|
||||||
'keydown',
|
'input',
|
||||||
ZenThemesCommon.debounce((event) => {
|
ZenThemesCommon.debounce((event) => {
|
||||||
const value = event.target.value;
|
const value = event.target.value;
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue