Fix drag and drop actions not working

This commit is contained in:
Hadi Nategh 2021-07-06 12:41:16 +02:00
parent b021767ac1
commit cbed97de6d

View File

@ -17,7 +17,8 @@
*/ */
import {egwAction,egwActionImplementation} from "./egw_action.js"; import {egwAction,egwActionImplementation} from "./egw_action.js";
import {EGW_AI_DRAG_OUT, EGW_AI_DRAG_OVER} from "./egw_action_constants.js"; import {getPopupImplementation} from "./egw_action_popup.js";
import {EGW_AI_DRAG_OUT, EGW_AI_DRAG_OVER, EGW_AO_EXEC_THIS} from "./egw_action_constants.js";
/** /**
* Register the drag and drop handlers * Register the drag and drop handlers