@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.js CHANGED
@@ -16701,7 +16701,7 @@ function encodeDiagramUrl(dsl, options) {
16701
16701
  if (options?.viewState?.activeTagGroup) {
16702
16702
  hash += `&tag=${encodeURIComponent(options.viewState.activeTagGroup)}`;
16703
16703
  }
16704
- return { url: `${baseUrl}?${hash}` };
16704
+ return { url: `${baseUrl}?${hash}#${hash}` };
16705
16705
  }
16706
16706
  function decodeDiagramUrl(hash) {
16707
16707
  const empty = { dsl: "", viewState: {} };