保存一下

This commit is contained in:
2025-09-04 19:50:59 +08:00
parent 8e05f068c5
commit c887853ec1
2 changed files with 30 additions and 10 deletions

View File

@@ -77,7 +77,7 @@ export default class WindowFormImpl implements IWindowForm {
const win = new DraggableResizableWindow({
target: dom,
handle: div,
mode: 'position',
mode: 'transform',
snapThreshold: 20,
boundary: document.body,
taskbarElementId: '#taskbar',