fixing accidently left conflicts

This commit is contained in:
ralf 2024-08-28 09:44:33 +02:00
parent 5c8c9c841d
commit 0f778d5901

View File

@ -117,17 +117,9 @@ export class EgwMenuShoelace extends LitElement
if(this.popup == null)
{
this.popup = Object.assign(document.createElement("sl-popup"), {
<<<<<<< HEAD
placement: "right-start",
autoSize: "vertical",
flip: true,
=======
placement: "bottom-start",
autoSize: "vertical",
flip: true,
flipFallbackPlacements: "top-start",
flipFallbackStrategy: "initial",
>>>>>>> b26c7815b1 (implement new action attribute color, to specify a color for the caption, instead of the default color)
shift: true
});
this.popup.append(this);
@ -140,13 +132,8 @@ export class EgwMenuShoelace extends LitElement
return {
x: _x,
y: _y,
<<<<<<< HEAD
width: 0, // placement="right-start" only works well with 0, not menu.clientWidth,
height: menu.clientHeight,
=======
width: 0, //menu.clientWidth,
height: 0, //menu.clientHeight,
>>>>>>> b26c7815b1 (implement new action attribute color, to specify a color for the caption, instead of the default color)
top: _y,
left: _x,
right: _x,