Try to fix navigation issues in file select popup

This commit is contained in:
nathangray
2020-03-25 13:48:04 -06:00
parent 895b1ebee9
commit 22f498d6e2
4 changed files with 9 additions and 9 deletions

View File

@ -42,7 +42,7 @@ var vfsSelectUI = /** @class */ (function (_super) {
function vfsSelectUI() {
var _this =
// call parent
_super.call(this) || this;
_super.call(this, 'vfsSelectUI') || this;
_this.egw.langRequireApp(_this.egw.window, 'filemanager');
return _this;
}