JAL-3436 file...reload not working.
authorhansonr <hansonr@STO24954W.ad.stolaf.edu>
Mon, 23 Sep 2019 12:26:22 +0000 (08:26 -0400)
committerhansonr <hansonr@STO24954W.ad.stolaf.edu>
Mon, 23 Sep 2019 12:26:22 +0000 (08:26 -0400)
File.isDirectory() returns true in SwingJS.

src/jalview/io/FileParse.java

index 13c0f43..f2a797c 100755 (executable)
@@ -181,7 +181,7 @@ public class FileParse
       errormessage = "FILE CANNOT BE OPENED FOR READING";
       error = true;
     }
-    if (inFile.isDirectory())
+    if (!Platform.isJS() && inFile.isDirectory())
     {
       // this is really a 'complex' filetype - but we don't handle directory
       // reads yet.