Don't freeze the UI with old (invalid) states of the drive history
This commit is contained in:
@@ -3900,6 +3900,10 @@ define([
|
||||
return;
|
||||
}
|
||||
history.sfId = false;
|
||||
|
||||
var ok = manager.isValidDrive(obj.drive);
|
||||
if (!ok) { return; }
|
||||
|
||||
copyObjectValue(files, obj.drive);
|
||||
appStatus.isReady = true;
|
||||
refresh();
|
||||
|
||||
Reference in New Issue
Block a user