aboutsummaryrefslogtreecommitdiff
path: root/src/client/util
diff options
context:
space:
mode:
authorbobzel <zzzman@gmail.com>2022-11-15 14:24:11 -0500
committerbobzel <zzzman@gmail.com>2022-11-15 14:24:11 -0500
commit51a85bae74c3d8ccddb57f6063e93b237cdf1ebd (patch)
tree01f3af984eeef920284547e86583f60d76866375 /src/client/util
parent19f317bd43a7cc8df0daf1c0642011cc8754e14b (diff)
added playback of audio annotation on inPlace container. fixed image anchors to be marked un-rendered so link lines show up.
Diffstat (limited to 'src/client/util')
-rw-r--r--src/client/util/DocumentManager.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/util/DocumentManager.ts b/src/client/util/DocumentManager.ts
index ef0a339ce..519f75dbd 100644
--- a/src/client/util/DocumentManager.ts
+++ b/src/client/util/DocumentManager.ts
@@ -252,7 +252,7 @@ export class DocumentManager {
} else {
if (!targetDocContext) {
// we don't have a view and there's no context specified ... create a new view of the target using the dockFunc or default
- createViewFunc(Doc.BrushDoc(targetDoc), finished); // bcz: should we use this?: Doc.MakeAlias(targetDoc)));
+ createViewFunc(Doc.BrushDoc(targetDoc), () => focusAndFinish(true)); // bcz: should we use this?: Doc.MakeAlias(targetDoc)));
} else {
// otherwise try to get a view of the context of the target
if (targetDocContextView) {