mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-08-16 03:34:48 +02:00
Try to fix navigation issues in file select popup
This commit is contained in:
@ -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;
|
||||
}
|
||||
|
Reference in New Issue
Block a user