mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-03-04 02:01:58 -05:00
Added secondary instance attribute
This commit is contained in:
parent
6a9602a692
commit
352c9e7c40
1 changed files with 1 additions and 1 deletions
|
@ -680,7 +680,7 @@ export default class KoenigLexicalEditor extends Component {
|
|||
|
||||
const KGEditorComponent = ({isInitInstance}) => {
|
||||
return (
|
||||
<div style={isInitInstance ? {width: 0, height: 0, overflow: 'hidden'} : {}}>
|
||||
<div data-secondary-instance={isInitInstance ? true : false} style={isInitInstance ? {width: 0, height: 0, overflow: 'hidden'} : {}}>
|
||||
<KoenigComposer
|
||||
editorResource={this.editorResource}
|
||||
cardConfig={cardConfig}
|
||||
|
|
Loading…
Add table
Reference in a new issue