Fix the 'new' button in drive which was broken in non root categories
This commit is contained in:
@@ -706,7 +706,6 @@ define([
|
||||
common.initialName = sessionStorage[newPadNameKey];
|
||||
delete sessionStorage[newPadNameKey];
|
||||
}
|
||||
// Deprecated
|
||||
if (sessionStorage[newPadPathKey]) {
|
||||
common.initialPath = sessionStorage[newPadPathKey];
|
||||
delete sessionStorage[newPadPathKey];
|
||||
|
||||
Reference in New Issue
Block a user