fix: Brush opacity hotkeys not working

This commit is contained in:
blessedcoolant 2023-07-18 22:20:28 +12:00
parent f803d5cf1e
commit 3ffca5490e

View File

@ -139,7 +139,7 @@ const IAICanvasToolChooserOptions = () => {
);
useHotkeys(
['shift+BracketLeft'],
['Shift+BracketLeft'],
() => {
dispatch(
setBrushColor({
@ -156,7 +156,7 @@ const IAICanvasToolChooserOptions = () => {
);
useHotkeys(
['shift+BracketRight'],
['Shift+BracketRight'],
() => {
dispatch(
setBrushColor({