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

More vue updates #193

Merged
merged 7 commits into from
Nov 29, 2024
Merged

More vue updates #193

merged 7 commits into from
Nov 29, 2024

Conversation

RoelN
Copy link
Contributor

@RoelN RoelN commented Oct 9, 2024

  • Use proper ID to scrollTo
  • Consistently name modal events (as mentioned here by @danieldiekmeier)
  • Avoid recursive updates (possible suspect: $filters)

@RoelN
Copy link
Contributor Author

RoelN commented Oct 9, 2024

Have to stop now, but two more things to investigate:

  1. The select in FeatureControls
  2. Something in OpenTypeFeatures

These are making Vue hang. Probably I'm triggering these recursive updates because I'm a doofus.

@RoelN RoelN marked this pull request as ready for review November 29, 2024 13:44
@RoelN RoelN merged commit 4c52b92 into master Nov 29, 2024
1 check passed
@RoelN RoelN deleted the more-vue-updates branch November 29, 2024 13:47
@@ -3,6 +3,13 @@ export default {
data() {
return {
currentStates: [],
hasOptionalFeatures:
this.font.features.filter((f) => f.state !== "fixed").length >
Copy link
Contributor

Choose a reason for hiding this comment

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

Out of curiousity: Would this work?

this.font.features.some((f) => f.state !== "fixed"))

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