|
@@ -222,7 +222,7 @@ const viewMode = computed(() => getInitialViewMode())
|
|
|
|
|
|
|
|
const hasInteractiveTool = computed(() => {
|
|
const hasInteractiveTool = computed(() => {
|
|
|
const elements = currentSlide.value?.elements || []
|
|
const elements = currentSlide.value?.elements || []
|
|
|
- return elements.some((el: any) => el.type === 'frame' && (el.toolType === 45 || el.toolType === 15))
|
|
|
|
|
|
|
+ return elements.some((el: any) => el.type === 'frame' && (el.toolType === 45 || el.toolType === 15 || el.toolType === 78))
|
|
|
})
|
|
})
|
|
|
|
|
|
|
|
const iframeLabel = computed(() => {
|
|
const iframeLabel = computed(() => {
|