Feedback
Editor paste adds spaces around slashes in paths
- Status
- Fixed
- Fixed in
- v26.6.2
- Source discussion
- https://forum.objo.dev/d/293-editor-paste-string-bug
- Last updated
- 2026-06-07
Public summary
Pasting slash-containing text into the code editor could cause auto-formatting to insert spaces around each slash. For example, pasting /Applications/Calculator.app could become / Applications / Calculator.app. Pasted paths, URLs, and slash-containing text should remain unchanged unless the user is intentionally formatting source code.