Skip to content

Commit

Permalink
Clean up the look-around cursor on complete.
Browse files Browse the repository at this point in the history
  • Loading branch information
Trey Tomes committed Jan 5, 2024
1 parent b2755dc commit e0e489d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/factories/behaviors.ms
Original file line number Diff line number Diff line change
Expand Up @@ -316,6 +316,7 @@ makeUserInput = function()
return actions.examine(pnt)
else if keybindings.exit.contains(k) then
eraseCursor()
Display.map.flip
return null // Cancel the action.
end if
end if
Expand Down

0 comments on commit e0e489d

Please sign in to comment.