From 3dd247f1dfc20e05cbdecaa7522dfface8fb447b Mon Sep 17 00:00:00 2001 From: Hadi Nategh Date: Fri, 20 May 2022 16:11:05 +0200 Subject: [PATCH] Another unintentional import statement --- api/js/framework/fw_ui.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/js/framework/fw_ui.js b/api/js/framework/fw_ui.js index da5bbad5db..bb0f72fc9d 100644 --- a/api/js/framework/fw_ui.js +++ b/api/js/framework/fw_ui.js @@ -19,7 +19,7 @@ import "../jquery/jquery.noconflict.js"; import "../jquery/mousewheel/mousewheel.js"; import '../jsapi/egw_inheritance.js'; import {EGW_KEY_ENTER, EGW_KEY_SPACE} from '../egw_action/egw_action_constants.js'; -import interact from "@interactjs/interactjs"; + /** * ui siemenu entry class * Basic sidebar menu implementation