diff options
| author | Shulhan <ms@kilabit.info> | 2021-10-20 22:08:09 +0700 |
|---|---|---|
| committer | Shulhan <ms@kilabit.info> | 2021-10-20 22:08:09 +0700 |
| commit | a7e2c7db1dec9c5760646cd4901edea4019a1b99 (patch) | |
| tree | 7099ca0a07d486a634b56f7e72ebe2a0cefc697b /editor/editor.d.ts | |
| parent | eec686b3c4907a9a83cfdcc9a9b4f8772eda4d9f (diff) | |
| download | pakakeh.ts-a7e2c7db1dec9c5760646cd4901edea4019a1b99.tar.xz | |
editor: export the ClearSelection method
The ClearSelection method clear the selection indicator on user
interface.
Diffstat (limited to 'editor/editor.d.ts')
| -rw-r--r-- | editor/editor.d.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editor/editor.d.ts b/editor/editor.d.ts index b8064f9..ccd669e 100644 --- a/editor/editor.d.ts +++ b/editor/editor.d.ts @@ -31,7 +31,7 @@ export declare class WuiEditor { SetEditOff(): void; SetEditOn(): void; Open(node: WuiVfsNodeInterface): void; - private clearSelection; + ClearSelection(): void; private initStyle; private doJoin; private doSplit; |
