From a41092feaf9e5777a538371ded3c8d88e58a3d90 Mon Sep 17 00:00:00 2001 From: Bob Zeleznik Date: Mon, 4 May 2020 10:31:38 -0400 Subject: open scripts on right. cleanup collection links slighlty --- src/client/util/DragManager.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/client/util/DragManager.ts') diff --git a/src/client/util/DragManager.ts b/src/client/util/DragManager.ts index d91eb60ef..348aba588 100644 --- a/src/client/util/DragManager.ts +++ b/src/client/util/DragManager.ts @@ -74,7 +74,7 @@ export namespace DragManager { public StartWindowDrag: Opt<((e: any, dragDocs: Doc[]) => void)> = undefined; public SetIsDragging(dragging: boolean) { runInAction(() => this.IsDragging = dragging); } public GetIsDragging() { return this.IsDragging; } - public clearSnapLines() { + @action public clearSnapLines() { this.vertSnapLines.length = 0; this.horizSnapLines.length = 0; } -- cgit v1.2.3-70-g09d2