mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-08-09 08:25:03 +02:00
Move all egw_action constants into egw_action_constants
This commit is contained in:
@ -22,9 +22,9 @@ import {
|
||||
egw_getActionManager,
|
||||
egwActionObject,
|
||||
egwActionObjectInterface,
|
||||
egw_getAppObjectManager,
|
||||
EGW_AI_DRAG_OVER, EGW_AI_DRAG_OUT
|
||||
egw_getAppObjectManager
|
||||
} from '../egw_action/egw_action.js';
|
||||
import {EGW_AI_DRAG_OVER, EGW_AI_DRAG_OUT} from '../egw_action/egw_action_constants.js';
|
||||
import {egw} from "../jsapi/egw_global";
|
||||
// fixing circular dependencies by only importing type
|
||||
import type {et2_tabbox} from "./et2_widget_tabs";
|
||||
|
Reference in New Issue
Block a user