Skip to content

Conversation

@adzhindzhi
Copy link
Contributor

@adzhindzhi adzhindzhi commented Jan 19, 2026

Resolves

UEPR-465

Proposed Changes

  • Disable the context menu trigger outside of the editor

Reason for Changes

  • Variables can be changed to sliders outside of the editor

@adzhindzhi adzhindzhi requested a review from a team as a code owner January 19, 2026 11:05
<ContextMenu.Trigger className="ContextMenuTrigger">
<ContextMenu.Trigger
className="ContextMenuTrigger"
disabled={!props.draggable}
Copy link
Contributor Author

Choose a reason for hiding this comment

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

This was missed when upgrading the React version (here)

@KManolov3
Copy link
Contributor

This PR will resolve #409

Copy link
Contributor

@KManolov3 KManolov3 left a comment

Choose a reason for hiding this comment

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

Looks good to me! 🙌

@redspacecat
Copy link

Will this also fix the issue of being about to right click > import or export into lists outside of the editor?

@adzhindzhi
Copy link
Contributor Author

Will this also fix the issue of being about to right click > import or export into lists outside of the editor?

Hi, @redspacecat! Yes, this would resolve that as well. The context menu would not show outside the editor at all.

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