mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-02-27 01:43:22 +00:00
Improve debounced initialised events
This commit is contained in:
@@ -10,7 +10,7 @@ import bigDecimal from "js-big-decimal";
|
||||
window.bigDecimal = bigDecimal;
|
||||
|
||||
import debounced from "debounced";
|
||||
debounced.initialize({ input: { wait: 300 } });
|
||||
debounced.initialize(['input'], { wait: 300 });
|
||||
|
||||
import Trix from "trix";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user