aboutsummaryrefslogtreecommitdiff
path: root/editor/editor.d.ts
diff options
context:
space:
mode:
authorShulhan <ms@kilabit.info>2021-10-20 22:08:09 +0700
committerShulhan <ms@kilabit.info>2021-10-20 22:08:09 +0700
commita7e2c7db1dec9c5760646cd4901edea4019a1b99 (patch)
tree7099ca0a07d486a634b56f7e72ebe2a0cefc697b /editor/editor.d.ts
parenteec686b3c4907a9a83cfdcc9a9b4f8772eda4d9f (diff)
downloadpakakeh.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.ts2
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;