mirror of
https://github.com/invoke-ai/InvokeAI
synced 2024-08-30 20:32:17 +00:00
fix: Brush opacity hotkeys not working
This commit is contained in:
parent
f803d5cf1e
commit
3ffca5490e
@ -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({
|
||||||
|
Loading…
x
Reference in New Issue
Block a user