Skip to content

Commit 2fa9367

Browse files
committed
fix: add PluginTab workaround for Safari
1 parent 7616070 commit 2fa9367

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

packages/plugin-tab/dist/js/@pattern-lab-plugin-tab.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
const PluginTab = {
1+
// workaround to `PluginTab undefined` error in Safari
2+
window.PluginTab = {
23
/**
34
* The function defined as the onready callback within the plugin configuration.
45
*/

0 commit comments

Comments
 (0)