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 ee0f2ec + f41ae05 commit 2f36604Copy full SHA for 2f36604
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