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 frame selection bugs #1256

Merged
merged 10 commits into from
Aug 10, 2023
Merged

Fix frame selection bugs #1256

merged 10 commits into from
Aug 10, 2023

Conversation

annehaley
Copy link
Collaborator

@annehaley annehaley commented Aug 9, 2023

This PR fixes several bugs within the frame selection widget; each bug is described in the commit message that provides the respective fix.

@annehaley annehaley requested a review from manthey August 9, 2023 18:31
@manthey
Copy link
Member

manthey commented Aug 9, 2023

We don't want to commit the package-lock.json file because of the way girder builds things.

import { nextTick } from 'vue';
import { makeDraggableSVG } from '../utils/drag';
import {restRequest} from '@girder/core/rest';
import {nextTick} from 'vue'; // eslint-disable-line
Copy link
Member

Choose a reason for hiding this comment

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

We could also do import Vue from 'vue'; and then use Vue.nextTick instead of nextTick, if you think that is better than the eslint disable.

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Ok, I like that better, thanks! Changed in 1617726

@annehaley annehaley merged commit 68a94e5 into master Aug 10, 2023
7 checks passed
@annehaley annehaley deleted the frame-selection-bugs branch August 10, 2023 14:32
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