register the key event with the button

This commit is contained in:
jfh
2020-10-20 00:01:39 +02:00
parent 1edf001956
commit 256e602a96
3 changed files with 35 additions and 29 deletions

View File

@@ -1358,5 +1358,6 @@ export const mock = ({
getRotationAngle = getRotationAngleUser;
};
export const $id = (id) => document.getElementById(id);
export const $q = (sel) => document.querySelector(sel);
export const $qq = (sel) => [...document.querySelectorAll(sel)];