🎨 Clean code

This commit is contained in:
Daniel 2024-04-11 08:55:37 +08:00
parent d26972d96a
commit 3b9cae1c03
No known key found for this signature in database
GPG key ID: 86211BA83DF03017
4 changed files with 11 additions and 17 deletions

View file

@ -30,7 +30,7 @@ export class Dock {
public resizeElement: HTMLElement;
public pin = true;
public data: { [key: string]: Model | boolean };
private hideResizeTimeout:number
private hideResizeTimeout:number;
constructor(options: {
app: App,