feat: register UI kit and enable gallery

This commit is contained in:
Shivam Mishra
2025-05-20 16:07:33 +05:30
parent 088608abcf
commit da4049d18a
2 changed files with 4 additions and 2 deletions
@@ -5,8 +5,8 @@ export function useGallery() {
const [showGallery] = useToggle(false);
const isGalleryAllowed = computed(() => {
// eslint-disable-next-line no-underscore-dangle
return !window.__WOOT_ISOLATED_SHELL__;
return true;
// return !window.__WOOT_ISOLATED_SHELL__;
});
const toggleGallery = value => {