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(ui): canvas followups 10 #6872

Merged
merged 2 commits into from
Sep 17, 2024
Merged

Conversation

psychedelicious
Copy link
Collaborator

Summary

Two small fixes:

  • When you hit shift+c while in the middle of drawing on a layer, there's a bit of a janky delay as the reset propagates from redux and to the canvas classes. The hotkey now cancels the in-progress drawing, indirectly fixing the jank.
  • Not sure how I've missed this before but there was a React error w/ the dnd drop zone labels which accepted a react node. Fixed this, drop zones labels must now be strings.

Related Issues / Discussions

Shift+c issue reported on discord.

QA Instructions

n/a

Merge Plan

n/a

Checklist

  • The PR has a short but descriptive title, suitable for a changelog
  • Tests added / updated (if applicable)
  • Documentation added / updated (if applicable)

@github-actions github-actions bot added the frontend PRs that change frontend files label Sep 17, 2024
@psychedelicious psychedelicious enabled auto-merge (rebase) September 17, 2024 23:53
Make em all strings to prevent nesting `<p>` elements. Slightly changes appearance - font size is a bit smaller.
@psychedelicious psychedelicious merged commit 9884159 into main Sep 17, 2024
14 checks passed
@psychedelicious psychedelicious deleted the psyche/canvas-followups-10 branch September 17, 2024 23:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
frontend PRs that change frontend files
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants