From d76c30d1156c7fa52fa9ab8a8df9562181ecacba Mon Sep 17 00:00:00 2001 From: stasys10 Date: Tue, 4 Jan 2022 14:15:06 +0000 Subject: fix policy and group drag and drop bug Issue-ID: SDC-3864 Signed-off-by: stasys10 Change-Id: Ib45b4a1b650a7d5959e4a6ff70d46d6dee0586c2 --- catalog-ui/src/app/utils/constants.ts | 4 ---- 1 file changed, 4 deletions(-) (limited to 'catalog-ui/src/app/utils') diff --git a/catalog-ui/src/app/utils/constants.ts b/catalog-ui/src/app/utils/constants.ts index ab706e7088..af5c23c764 100644 --- a/catalog-ui/src/app/utils/constants.ts +++ b/catalog-ui/src/app/utils/constants.ts @@ -342,13 +342,9 @@ export class GRAPH_EVENTS { static ON_NODE_SELECTED = "onNodeSelected"; static ON_ZONE_INSTANCE_SELECTED = "onZoneInstanceSelected"; static ON_GRAPH_BACKGROUND_CLICKED = "onGraphBackgroundClicked"; - static ON_PALETTE_COMPONENT_HOVER_IN = 'onPaletteComponentHoverIn'; - static ON_PALETTE_COMPONENT_HOVER_OUT = 'onPaletteComponentHoverOut'; static ON_PALETTE_COMPONENT_DRAG_START = 'onPaletteComponentDragStart'; static ON_PALETTE_COMPONENT_DRAG_ACTION = 'onPaletteComponentDragAction'; static ON_PALETTE_COMPONENT_DROP = 'onPaletteComponentDrop'; - static ON_PALETTE_COMPONENT_SHOW_POPUP_PANEL = 'onPaletteComponentShowPopupPanel'; - static ON_PALETTE_COMPONENT_HIDE_POPUP_PANEL = 'onPaletteComponentHidePopupPanel'; static ON_COMPONENT_INSTANCE_NAME_CHANGED = 'onComponentInstanceNameChanged'; static ON_COMPONENT_INSTANCE_REQUIREMENT_EXTERNAL_CHANGED = 'onComponentInstanceRequirementExternalChanged' static ON_COMPONENT_INSTANCE_CAPABILITY_EXTERNAL_CHANGED = 'onComponentInstanceCapabilityExternalChanged' -- cgit 1.2.3-korg