mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-02-22 06:54:08 +01:00
🎨 Clean code
This commit is contained in:
parent
d26972d96a
commit
3b9cae1c03
4 changed files with 11 additions and 17 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue