Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix ∷ in tags not being converted to :: when cut #3791

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

iamllama
Copy link
Contributor

@iamllama iamllama commented Feb 4, 2025

Resolves part of #3062

The tag editor displays :: as to simplify(?) hierarchical tag editing (#1264 (comment))

The conversion back to :: is handled when copying, but not when cutting, which this pr aims to rectify

Omitting setPosition moves the caret to the end
Omitting dispatch means not opening autocomplete or updating it if already open (existing behaviour)

Didn't notice any regressions with this, but the editor code in general is very confusing and i might've missed something 👀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant