diff options
author | bobzel <zzzman@gmail.com> | 2022-11-08 14:43:47 -0500 |
---|---|---|
committer | bobzel <zzzman@gmail.com> | 2022-11-08 14:43:47 -0500 |
commit | b8d4b08716791246847d2a647a9df1f37508b87f (patch) | |
tree | 31a3ace00546a20111f66b07a122b15de0c1a946 /src/client/views/nodes/DocumentView.tsx | |
parent | 31a51e9dda07e48c88166bffbc8f1ad7166cd624 (diff) |
making pasting form pdf work again with backlinks. text fixes for equationViews and dashField views -- trying to get docref linkAnchor to work.
Diffstat (limited to 'src/client/views/nodes/DocumentView.tsx')
-rw-r--r-- | src/client/views/nodes/DocumentView.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/views/nodes/DocumentView.tsx b/src/client/views/nodes/DocumentView.tsx index a35400e72..9dc4b36cf 100644 --- a/src/client/views/nodes/DocumentView.tsx +++ b/src/client/views/nodes/DocumentView.tsx @@ -1,7 +1,7 @@ import { IconProp } from '@fortawesome/fontawesome-svg-core'; import { FontAwesomeIcon } from '@fortawesome/react-fontawesome'; import { Tooltip } from '@material-ui/core'; -import { action, computed, IReactionDisposer, observable, reaction, runInAction } from 'mobx'; +import { action, computed, IReactionDisposer, observable, reaction, runInAction, trace } from 'mobx'; import { observer } from 'mobx-react'; import { AclAdmin, AclEdit, AclPrivate, DataSym, Doc, DocListCast, Field, Opt, StrListCast, WidthSym } from '../../../fields/Doc'; import { Document } from '../../../fields/documentSchemas'; |