mirror of
https://github.com/xpipe-io/xpipe.git
synced 2024-11-21 15:10:23 +00:00
Fix double open
This commit is contained in:
parent
79a18260aa
commit
ee78d152c5
1 changed files with 0 additions and 4 deletions
|
@ -58,10 +58,6 @@ public class BrowserSessionComp extends SimpleComp {
|
|||
return;
|
||||
}
|
||||
|
||||
if (entry.getStore() instanceof ShellStore fileSystem) {
|
||||
model.openFileSystemAsync(entry.ref(), null, busy);
|
||||
}
|
||||
|
||||
var a = entry.getProvider().browserAction(model, entry, busy);
|
||||
if (a != null) {
|
||||
a.execute();
|
||||
|
|
Loading…
Reference in a new issue