feat: disable context menu

This commit is contained in:
Shivam Mishra
2025-06-12 14:37:48 +05:30
parent f6c4224400
commit 0be8af9c3d
@@ -315,6 +315,9 @@ const componentToRender = computed(() => {
});
const shouldShowContextMenu = computed(() => {
// eslint-disable-next-line no-underscore-dangle
if (window.__WOOT_ISOLATED_SHELL__) return false;
return !props.contentAttributes?.isUnsupported;
});