Fix double open

This commit is contained in:
crschnick 2024-08-15 10:34:44 +00:00
parent 79a18260aa
commit ee78d152c5

View file

@ -58,10 +58,6 @@ public class BrowserSessionComp extends SimpleComp {
return; return;
} }
if (entry.getStore() instanceof ShellStore fileSystem) {
model.openFileSystemAsync(entry.ref(), null, busy);
}
var a = entry.getProvider().browserAction(model, entry, busy); var a = entry.getProvider().browserAction(model, entry, busy);
if (a != null) { if (a != null) {
a.execute(); a.execute();