Skip to content

Conversation

@stuartromanek
Copy link
Member

  • Fix Widget Paste to paste after the focused widget
  • Add transitions to widget rendering ✨

@stuartromanek stuartromanek requested a review from haroun June 17, 2025 18:52
}
this.paste(Math.max(this.focusedWidgetIndex, 0));
this.paste(Math.max(this.focusedWidgetIndex + 1, 0));
Copy link
Contributor

Choose a reason for hiding this comment

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

before we can merge this I need to update the cypress tests

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