|
const proxyProps = { code: "", ...defaultProps, ...keyProps };
|
|
const proxyProps = { code: "", ...defaultProps, ...keyProps };
|
|
document.body.dispatchEvent(new KeyboardEvent("keydown", proxyProps));
|
|
document.body.dispatchEvent(new KeyboardEvent("keydown", proxyProps));
|