Skip to content

Conversation

@antsgar
Copy link
Contributor

@antsgar antsgar commented Jul 21, 2025

  • Fixes linked items being embedded twice when clicking on them in the typeahead instead of pressing Enter
  • Fixes the Remove button not doing anything when clicked for embedded linked items

@antsgar antsgar requested a review from amanharwara July 21, 2025 13:24
},
[linkingController, node, editor],
)
const unlinkPressed = useCallback(async () => {
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The actual unlinking here is unnecessary because it happens through the NodeObserverPlugin

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks, was just about to ask that.

},
[linkingController, node, editor],
)
const unlinkPressed = useCallback(async () => {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks, was just about to ask that.

@antsgar antsgar merged commit 43d31d8 into main Jul 21, 2025
3 of 4 checks passed
@antsgar antsgar deleted the fix/double-linked-tag branch July 21, 2025 13:49
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.

3 participants