@playpilot/tpi 8.14.0-beta.2 → 8.14.0-beta.3
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/package.json
CHANGED
|
@@ -226,8 +226,8 @@
|
|
|
226
226
|
|
|
227
227
|
<hr />
|
|
228
228
|
|
|
229
|
-
<button onclick={() => localStorage.setItem('tpi-open-explore-as-modal', 'true')}>Open links as modal in explore</button>
|
|
230
|
-
<button onclick={() => localStorage.setItem('tpi-open-explore-as-modal', 'false')}>Open links as separate page in explore</button>
|
|
229
|
+
<button onclick={() => { localStorage.setItem('tpi-open-explore-as-modal', 'true'); onrerender() }}>Open links as modal in explore</button>
|
|
230
|
+
<button onclick={() => { localStorage.setItem('tpi-open-explore-as-modal', 'false'); onrerender() }}>Open links as separate page in explore</button>
|
|
231
231
|
|
|
232
232
|
<hr />
|
|
233
233
|
|