File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ import { selectActiveFile, selectRootFile } from '../selectors/files';
27
27
import { getIsUserOwner , selectCanEditSketch } from '../selectors/users' ;
28
28
import RootPage from '../../../components/RootPage' ;
29
29
import Header from '../components/Header' ;
30
- // import FloatingActionButton from '../components/FloatingActionButton';
30
+ import FloatingActionButton from '../components/FloatingActionButton' ;
31
31
import EditorV2 from '../components/Editor' ;
32
32
import {
33
33
EditorSidebarWrapper ,
@@ -278,7 +278,7 @@ const IDEView = (props) => {
278
278
</ main >
279
279
) : (
280
280
< >
281
- { /* <FloatingActionButton syncFileContent={syncFileContent} /> */ }
281
+ < FloatingActionButton syncFileContent = { syncFileContent } />
282
282
< PreviewWrapper show = { ide . isPlaying } >
283
283
< SplitPane
284
284
style = { { position : 'static' } }
You can’t perform that action at this time.
0 commit comments