fix wrong import

This commit is contained in:
Ralf Becker 2021-06-14 14:47:56 +02:00
parent c73828e4df
commit 23844e01df
2 changed files with 4 additions and 2 deletions

View File

@ -31,7 +31,8 @@ import { et2_no_init } from "./et2_core_common";
import { egw, egw_get_file_editor_prefered_mimes } from "../jsapi/egw_global";
import { expose } from "./expose";
import { egw_getAppObjectManager } from "../egw_action/egw_action.js";
import { EGW_KEY_ENTER, egw_keyHandler } from '../egw_action/egw_keymanager.js';
import { egw_keyHandler } from '../egw_action/egw_keymanager.js';
import { EGW_KEY_ENTER } from '../egw_action/egw_action_constants.js';
import { etemplate2 } from "./etemplate2";
/**
* Class which implements the "vfs" XET-Tag

View File

@ -33,7 +33,8 @@ import {et2_no_init} from "./et2_core_common";
import {egw, egw_get_file_editor_prefered_mimes} from "../jsapi/egw_global";
import {expose} from "./expose";
import {egw_getAppObjectManager, egwActionObject} from "../egw_action/egw_action.js";
import {EGW_KEY_ENTER, egw_keyHandler} from '../egw_action/egw_keymanager.js';
import {egw_keyHandler} from '../egw_action/egw_keymanager.js';
import {EGW_KEY_ENTER} from '../egw_action/egw_action_constants.js';
import {etemplate2} from "./etemplate2";
/**