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

Various fixes #1616

Merged
merged 7 commits into from
Dec 16, 2024
Merged

Various fixes #1616

merged 7 commits into from
Dec 16, 2024

Conversation

NicoPennec
Copy link
Member

@NicoPennec NicoPennec commented Dec 16, 2024

Problem

  • On the playlist page, there are unclickable zones on the entity list.
  • On the preview player, some annotations are no longer updated for actions like rotating, resizing, or editing text.
  • Outdated npm dependencies.

Solution

  • Remove the legacy wide drop area that covers the right side of the entity component and prevents clicking on it.
  • Avoid reactivity side effects of Vue 3 with Fabric Canvas with markRaw (see Breaks fabricjs selection control vuejs/core#2370 )
  • Bump npm dependencies.

Remove the legacy wide drop area that covers the right side of the entity component and prevents clicking on it.
paremeter -> parameter
… edit)

Avoid reactivity side effects of Vue 3 with Fabric Canvas.
@frankrousseau frankrousseau merged commit e9c4e90 into cgwire:main Dec 16, 2024
6 checks passed
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.

2 participants