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 opening local files in the multi-wiggle add track selector on desktop #4634

Merged
merged 1 commit into from
Nov 3, 2024

Conversation

cmdcolin
Copy link
Collaborator

@cmdcolin cmdcolin commented Nov 3, 2024

The electron 32 update removed the "path" attribute from the File object (https://www.electronjs.org/blog/electron-32-0)

Change to using webUtils.getPathForFile(file) instead of file.path

@cmdcolin cmdcolin force-pushed the fix_multiwiggle_import branch from 4e76b10 to 111ba93 Compare November 3, 2024 15:01
@cmdcolin cmdcolin merged commit 6c5407f into main Nov 3, 2024
4 checks passed
@cmdcolin cmdcolin deleted the fix_multiwiggle_import branch November 3, 2024 15:02
@cmdcolin cmdcolin added the bug Something isn't working label Nov 3, 2024
@cmdcolin cmdcolin changed the title Fix opening local files in the multi-wiggle add track selector Fix opening local files in the multi-wiggle add track selector on desktop Nov 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant