Skip to content

Positron Notebooks: Can't cancel multiple editor cursors #10385

@seeM

Description

@seeM

System details:

Positron and OS details:

Positron Version: 2025.12.0 build 17
Code - OSS Version: 1.105.0
Commit: f7ff362
Date: 2025-11-03T07:19:55.858Z
Electron: 37.6.0
Chromium: 138.0.7204.251
Node.js: 22.19.0
V8: 13.8.258.32-electron.0
OS: Darwin arm64 24.6.0

Describe the issue:

Can't go back to a single editor cursor from multiple cursors.

Steps to reproduce the issue:

  1. Open a Positron notebook
  2. Type hello hello into a cell editor
  3. Select the first hello and press Cmd+D
  4. Verify that both hellos are selected - PASS
  5. Press escape
  6. Verify that we're still in edit mode and the single cursor was restored - FAIL

Expected or desired behavior:

The escape should be swallowed by the editor and we should remain in edit mode with a single cursor.

Were there any error messages in the UI, Output panel, or Developer Tools console?

No.

Metadata

Metadata

Assignees

Labels

area: notebooks-jupyterIssues related to Jupyter .ipynb supportbugSomething isn't working

Type

No fields configured for Bug.

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions