Skip to content

Commit

Permalink
fix(yunti-ui): support supportFullScreen props for monaco editor
Browse files Browse the repository at this point in the history
  • Loading branch information
Carrotzpc committed Mar 7, 2024
1 parent 75cb3e4 commit f150612
Showing 1 changed file with 9 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,15 @@ export const MonacoEditorMeta: IPublicTypeComponentMetadata = {
},
},
},
{
name: 'supportFullScreen',
title: {
label: '全屏按钮',
tip: '是否展示全屏按钮',
},
defaultValue: false,
setter: Setters.BoolSetter,
},
{
name: 'contextmenu',
title: {
Expand Down

0 comments on commit f150612

Please sign in to comment.