diff options
author | bobzel <zzzman@gmail.com> | 2022-11-10 19:59:13 -0500 |
---|---|---|
committer | bobzel <zzzman@gmail.com> | 2022-11-10 19:59:13 -0500 |
commit | 90bf9ea9e32ed695a36d0334e99fd859bbe51c15 (patch) | |
tree | 7e95e2853f9d6d791bd5e2c2420cb4ba09d31933 /src/client/util/LinkFollower.ts | |
parent | 898fee3d4178eab6bdacea156b8aabc47213fc06 (diff) |
made alternate image use a field data-useAlt. added alt images to preselements. fixed removing TabDoc documentviews from document view list. added playing audio tags to preselements
Diffstat (limited to 'src/client/util/LinkFollower.ts')
-rw-r--r-- | src/client/util/LinkFollower.ts | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/src/client/util/LinkFollower.ts b/src/client/util/LinkFollower.ts index 43b2caf88..1608a77f2 100644 --- a/src/client/util/LinkFollower.ts +++ b/src/client/util/LinkFollower.ts @@ -1,8 +1,5 @@ -import { action, observable, observe, runInAction } from 'mobx'; -import { computedFn } from 'mobx-utils'; -import { DirectLinksSym, Doc, DocListCast, DocListCastAsync, Field, Opt } from '../../fields/Doc'; -import { List } from '../../fields/List'; -import { ProxyField } from '../../fields/Proxy'; +import { action, runInAction } from 'mobx'; +import { Doc, DocListCast, Opt } from '../../fields/Doc'; import { BoolCast, Cast, StrCast } from '../../fields/Types'; import { DocumentDecorations } from '../views/DocumentDecorations'; import { LightboxView } from '../views/LightboxView'; |