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