@diagrammo/dgmo 0.2.25 → 0.2.26

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.
package/dist/index.cjs CHANGED
@@ -16838,7 +16838,7 @@ function encodeDiagramUrl(dsl, options) {
16838
16838
  if (options?.viewState?.activeTagGroup) {
16839
16839
  hash += `&tag=${encodeURIComponent(options.viewState.activeTagGroup)}`;
16840
16840
  }
16841
- return { url: `${baseUrl}?${hash}` };
16841
+ return { url: `${baseUrl}?${hash}#${hash}` };
16842
16842
  }
16843
16843
  function decodeDiagramUrl(hash) {
16844
16844
  const empty = { dsl: "", viewState: {} };