Skip to content

Commit b158ed4

Browse files
committed
Fixed the issue of full screen preview editable rich text on the editing page
1 parent d1bef48 commit b158ed4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

frontend/src/views/dashboard/canvas/CanvasCore.vue

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1284,6 +1284,7 @@ defineExpose({
12841284
:view-info="canvasViewInfo[item.id]"
12851285
:canvas-view-info="canvasViewInfo"
12861286
:show-position="'canvas'"
1287+
:disabled="fullscreenFlag"
12871288
@parent-add-item-box="(subItem: any) => addItemBox(subItem)"
12881289
>
12891290
</component>

0 commit comments

Comments
 (0)