chore(utils): another cleanup

This commit is contained in:
moklick
2023-06-12 23:00:22 +02:00
parent a04fb2021e
commit 51375cd482
7 changed files with 393 additions and 395 deletions
+2
View File
@@ -29,3 +29,5 @@ export const infiniteExtent: CoordinateExtent = [
[Number.NEGATIVE_INFINITY, Number.NEGATIVE_INFINITY],
[Number.POSITIVE_INFINITY, Number.POSITIVE_INFINITY],
];
export const elementSelectionKeys = ['Enter', ' ', 'Escape'];