Remove autoclose fs

This commit is contained in:
cyril lopez 2018-03-23 16:48:45 +01:00
parent 8da11a829c
commit 340f06e053
4 changed files with 3 additions and 11 deletions

View File

@ -441,14 +441,7 @@ class Wysiwyg extends React.Component {
const editorStyle = isFullscreen ? { marginTop: '0' } : this.props.style;
return (
<div
className={cn(isFullscreen && styles.fullscreenOverlay)}
onClick={e => {
if (isFullscreen) {
this.toggleFullScreen(e);
}
}}
>
<div className={cn(isFullscreen && styles.fullscreenOverlay)}>
{/* FIRST EDITOR WITH CONTROLS} */}
<div
className={cn(

View File

@ -117,7 +117,6 @@
padding-bottom: 32px;
display: flex;
background-color: transparent;
cursor: pointer;
z-index: 99999;
> div {
min-width: 50%;

View File

@ -22,6 +22,6 @@
content: '\f065';
margin-left: 8px;
font-family: FontAwesome;
font-size: 10px;
font-size: 12px;
}
}

View File

@ -112,4 +112,4 @@
"webpack-hot-middleware": "^2.18.2",
"whatwg-fetch": "^2.0.3"
}
}
}