1
0
Fork 1
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:
Bryan Galdámez 2025-01-04 09:13:45 -06:00 committed by GitHub
parent 4c1fa34f2c
commit 374eb82d40
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -439,7 +439,7 @@ var gZenMarketplaceManager = {
}
input.addEventListener(
'keydown',
'input',
ZenThemesCommon.debounce((event) => {
const value = event.target.value;