dochub-sdk 0.1.321 → 0.1.322
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -97,7 +97,7 @@ export class DocHubDocumentProto extends DocHubComponentProto implements IDocHub
|
|
97
97
|
*/
|
98
98
|
openEditor(uri?: string): void {
|
99
99
|
this.baseURI && DocHub.dataLake.openFileEditor(uri || this.baseURI, {
|
100
|
-
|
100
|
+
location: this.profile.$base.toString(),
|
101
101
|
targetWindow: (window.event as any)?.ctrlKey ? DocHubUITargetWindow._blank : DocHubUITargetWindow._self
|
102
102
|
});
|
103
103
|
}
|