We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c94531b commit e39a881Copy full SHA for e39a881
packages/uikit-workshop/src/scripts/lit-components/pl-viewport/pl-viewport.js
@@ -491,6 +491,10 @@ class IFrame extends BaseLitComponent {
491
this.sanitizePatternName(event.data.patternpartial) ||
492
this.getPatternParam();
493
494
+ store.dispatch(
495
+ updateCurrentUrl(urlHandler.getFileName(currentPattern))
496
+ );
497
+
498
document.title = 'Pattern Lab - ' + currentPattern;
499
500
const addressReplacement =
0 commit comments