File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -16,7 +16,6 @@ import { combineStyles } from '../../helperFunctions/combineStyles';
16
16
import renderChildren from '../../helperFunctions/renderChildren' ;
17
17
import { emitEvent , getSocket } from '../../helperFunctions/socket' ;
18
18
import { FaMousePointer } from 'react-icons/fa' ;
19
- import { Console } from 'console' ;
20
19
21
20
function Canvas ( props : { } ) : JSX . Element {
22
21
const state = useSelector ( ( store : RootState ) => store . appState ) ;
Original file line number Diff line number Diff line change @@ -778,14 +778,18 @@ const appStateSlice = createSlice({
778
778
style : { }
779
779
} ;
780
780
const components = [ rootComponent ] ;
781
+
782
+ const stylesheet = '' ;
783
+
781
784
return {
782
785
...state ,
783
786
nextChildId,
784
787
nextTopSeparatorId,
785
788
rootComponents,
786
789
nextComponentId,
787
790
components,
788
- canvasFocus
791
+ canvasFocus,
792
+ stylesheet
789
793
} ;
790
794
} ,
791
795
updateProjectName : ( state , action ) => {
You can’t perform that action at this time.
0 commit comments