diff options
author | bobzel <zzzman@gmail.com> | 2023-05-10 11:14:57 -0400 |
---|---|---|
committer | bobzel <zzzman@gmail.com> | 2023-05-10 11:14:57 -0400 |
commit | 53273651cc8ed0f9e073fa30590e0bb172e492e8 (patch) | |
tree | f6b1fd36f99bfa951b99da8ab0e8c70560b031b5 /src/client/views/nodes/formattedText/EquationView.tsx | |
parent | abcf1167340f9f411e7712d11f2110625b0938d8 (diff) | |
parent | 97a743455e7fa3eee768b1d4d025b9dedc49f370 (diff) |
Merge branch 'master' into collaboration-sarah
Diffstat (limited to 'src/client/views/nodes/formattedText/EquationView.tsx')
-rw-r--r-- | src/client/views/nodes/formattedText/EquationView.tsx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/client/views/nodes/formattedText/EquationView.tsx b/src/client/views/nodes/formattedText/EquationView.tsx index 714ae458c..5e62d94c2 100644 --- a/src/client/views/nodes/formattedText/EquationView.tsx +++ b/src/client/views/nodes/formattedText/EquationView.tsx @@ -33,7 +33,6 @@ export class EquationView { setEditor = (editor?: EquationEditor) => (this._editor = editor); destroy() { this.root.unmount(); - // ReactDOM.unmountComponentAtNode(this.dom); } setSelection() { this._editor?.mathField.focus(); |