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

View File

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