Remove invalid 'DISCONNECTED' message in drive history mode
This commit is contained in:
@@ -119,7 +119,7 @@ define([
|
||||
|
||||
var setHistory = function (bool, update) {
|
||||
history.isHistoryMode = bool;
|
||||
setEditable(!bool);
|
||||
setEditable(!bool, true);
|
||||
if (!bool && update) {
|
||||
history.onLeaveHistory();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user