GMOD / jbrowse-components

Source code for JBrowse 2, a modern React-based genome browser
https://jbrowse.org/jb2
Apache License 2.0
209 stars 62 forks source link

Fix opening local files in the multi-wiggle add track selector on desktop #4634

Closed cmdcolin closed 2 weeks ago

cmdcolin commented 2 weeks ago

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