Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.
return (
<div style="{style}">
{isVisible && }
<div>
{this.renderFile()}
{this.renderPlugins()}
</div>
</div>
);
}
return null;
}
}
AceEditor.defaultProps = {
name: 'kitsune-editor',
focus: true,
theme: 'kitsuneTheme',
value: '',
showGutter: true,
onChange: null,
onPaste: null,
onLoad: null,
onScroll: null,
minLines: null,
maxLines: null,
readOnly: false,
highlightActiveLine: true,
showPrintMargin: false,
tabSize: 2,
cursorStart: 1,