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.
2 parents d14eb44 + 2f36604 commit cd43866Copy full SHA for cd43866
packages/uikit-workshop/src/scripts/lit-components/pl-viewport/pl-viewport.js
@@ -523,6 +523,10 @@ class IFrame extends BaseLitComponent {
523
addressReplacement
524
);
525
526
+ const currentUrl = urlHandler.getFileName(currentPattern);
527
+ if (currentUrl) {
528
+ store.dispatch(updateCurrentUrl(currentUrl));
529
+ }
530
store.dispatch(updateCurrentPattern(currentPattern));
531
} catch (error) {
532
console.log(error);
0 commit comments