위젯 종료버튼 겹침문제 수정
This commit is contained in:
@@ -41,6 +41,7 @@ export async function openWidgetPickerWindow(params: {
|
||||
center: true,
|
||||
decorations: true,
|
||||
alwaysOnTop: true,
|
||||
acceptFirstMouse: true,
|
||||
backgroundColor: '#1a1b26',
|
||||
});
|
||||
|
||||
|
||||
@@ -37,6 +37,7 @@ export async function openWidgetWindow(instance: FloatingWidgetInstance): Promis
|
||||
minHeight: 240,
|
||||
decorations: true,
|
||||
resizable: true,
|
||||
acceptFirstMouse: true,
|
||||
center: false,
|
||||
x: instance.position.x,
|
||||
y: instance.position.y,
|
||||
|
||||
Reference in New Issue
Block a user