Skip to content

Commit

Permalink
Merge branch 'toodeluna-dev' into dev
Browse files Browse the repository at this point in the history
  • Loading branch information
estruyf committed Dec 19, 2023
2 parents 6690099 + 421a40a commit 2bfbe04
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -216,6 +216,7 @@ export default class PropertyFieldCodeEditorHost extends React.Component<IProper
boxSizing: 'border-box'
}
}}
layerProps={{ eventBubblingEnabled: true }}
onRenderFooterContent={() => (
<div className={styles.actions}>
<div className="ms-Grid" dir="ltr">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,9 @@ export default class PropertyFieldMonacoEditorHost extends React.Component<
}}
headerText={strings.MonacoEditorPanelTitle}
onRenderFooterContent={this.onRenderFooterContent}
isFooterAtBottom={true}>
isFooterAtBottom={true}
layerProps={{ eventBubblingEnabled: true }}
>
<div className={this.controlClasses.headerTitle}>
<MonacoEditor {...this.props} onValueChange={ this._onValueChange}/>
</div>
Expand Down

0 comments on commit 2bfbe04

Please sign in to comment.