mirror of
https://github.com/strapi/strapi.git
synced 2025-12-28 15:44:59 +00:00
Remove autoclose fs
This commit is contained in:
parent
8da11a829c
commit
340f06e053
@ -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(
|
||||
|
||||
@ -117,7 +117,6 @@
|
||||
padding-bottom: 32px;
|
||||
display: flex;
|
||||
background-color: transparent;
|
||||
cursor: pointer;
|
||||
z-index: 99999;
|
||||
> div {
|
||||
min-width: 50%;
|
||||
|
||||
@ -22,6 +22,6 @@
|
||||
content: '\f065';
|
||||
margin-left: 8px;
|
||||
font-family: FontAwesome;
|
||||
font-size: 10px;
|
||||
font-size: 12px;
|
||||
}
|
||||
}
|
||||
|
||||
@ -112,4 +112,4 @@
|
||||
"webpack-hot-middleware": "^2.18.2",
|
||||
"whatwg-fetch": "^2.0.3"
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
x
Reference in New Issue
Block a user