Skip to content

Commit 9b1dc98

Browse files
committed
*Fixed a shortcut issue on macos.
1 parent cf33137 commit 9b1dc98

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/workspace_sketchbook.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -610,7 +610,7 @@ void WorkspaceSketchbook::shortcuts(class Window* wnd, class Renderer* rnd, cons
610610
}
611611
if (tab && io.KeyCtrl && !io.KeyShift)
612612
Operations::editSwitchAsset(rnd, this, project);
613-
if (w && modifier)
613+
if (w && io.KeyCtrl)
614614
editingClosing(true);
615615

616616
// Project operations.

0 commit comments

Comments
 (0)