Skip to content

Commit

Permalink
Command mode fix
Browse files Browse the repository at this point in the history
  • Loading branch information
dsrw committed Jan 10, 2025
1 parent f5712a2 commit c23ca22
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
"elif",
"gcsafe",
"gdexport",
"gdnew",
"gdobj",
"gdutils",
"godotapi",
Expand Down
1 change: 1 addition & 0 deletions src/models/states.nim
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ proc resolve_flags*(
result.incl(MouseCaptured)
for flag in groups[0]:
result.excl(flag)
result.incl(ViewportFocused)
else:
if EditorVisible in result or DocsVisible in result or
SettingsVisible in result:
Expand Down

0 comments on commit c23ca22

Please sign in to comment.