New build with brush size hotkeys

This commit is contained in:
blessedcoolant
2022-03-17 06:00:44 +13:00
committed by Sanster
parent ffd39a7300
commit 3fac27712a
8 changed files with 65 additions and 1 deletions

View File

@@ -450,7 +450,7 @@ export default function Editor(props: EditorProps) {
}
return undefined
}, [showBrush, isPanning])
// Standard Hotkeys for Brush Size
useKeyPressEvent('[', () => {
setBrushSize(currentBrushSize => {