aboutsummaryrefslogtreecommitdiff
path: root/src/Main.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'src/Main.tsx')
-rw-r--r--src/Main.tsx4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/Main.tsx b/src/Main.tsx
index 7c132f179..5482314ae 100644
--- a/src/Main.tsx
+++ b/src/Main.tsx
@@ -23,12 +23,8 @@ ReactDOM.render((
<div>
<FreeFormCanvas store={mainNodeCollection} />
<DocumentDecorations />
- <button onClick={minus}>-</button>
</div>), document.getElementById('root'));
-function minus() {
-
-}
runInAction(() => {
let doc1 = Documents.TextDocument("Hello world");
let doc2 = doc1.MakeDelegate();