Skip to content

Commit ad3fbbb

Browse files
committed
made the IDEView use the floating action button
1 parent c12f2d7 commit ad3fbbb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

client/modules/IDE/pages/IDEView.jsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ import { selectActiveFile, selectRootFile } from '../selectors/files';
2727
import { getIsUserOwner, selectCanEditSketch } from '../selectors/users';
2828
import RootPage from '../../../components/RootPage';
2929
import Header from '../components/Header';
30-
// import FloatingActionButton from '../components/FloatingActionButton';
30+
import FloatingActionButton from '../components/FloatingActionButton';
3131
import EditorV2 from '../components/Editor';
3232
import {
3333
EditorSidebarWrapper,
@@ -278,7 +278,7 @@ const IDEView = (props) => {
278278
</main>
279279
) : (
280280
<>
281-
{/* <FloatingActionButton syncFileContent={syncFileContent} /> */}
281+
<FloatingActionButton syncFileContent={syncFileContent} />
282282
<PreviewWrapper show={ide.isPlaying}>
283283
<SplitPane
284284
style={{ position: 'static' }}

0 commit comments

Comments
 (0)