GMOD / jbrowse-components

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

Fix opening .jbrowse files on desktop #4590

Closed cmdcolin closed 3 days ago

cmdcolin commented 3 days ago

Electron made it so file choosers can't get a .path property from a File object in recent versions

Instead you have to call "electron.webUtils.getPathForFile(arg:File)"