Fix mouse in/out exceptions in node palette 08/127708/3
authorandre.schmid <andre.schmid@est.tech>
Fri, 11 Mar 2022 16:46:12 +0000 (16:46 +0000)
committerMichael Morris <michael.morris@est.tech>
Fri, 11 Mar 2022 18:25:02 +0000 (18:25 +0000)
The event handling methods were removed in
Change-Id: Ib45b4a1b650a7d5959e4a6ff70d46d6dee0586c2, but were
still being referenced in the palette html.

Change-Id: I17d48dfee9f35728b02b53db784ced20b2294845
Issue-ID: SDC-3907
Signed-off-by: andre.schmid <andre.schmid@est.tech>
catalog-ui/src/app/ng2/pages/composition/palette/palette.component.html

index 7963dd1..89a12d0 100644 (file)
@@ -18,8 +18,6 @@
                         (dndStart)="onDragStart($event, paletteElement)"
                         (drag)="onDraggableMoved($event)"
                         [dndEffectAllowed]="'copyMove'"
-                        (mouseenter)="onMouseOver($event, paletteElement)"
-                        (mouseleave)="onMouseOut(paletteElement)"
                         [attr.data-tests-id]="paletteElement.name">
                        <palette-element [paletteElement]="paletteElement"></palette-element>
                    </div>