We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5d20301 commit 2820c5cCopy full SHA for 2820c5c
app/src/redux/reducers/slice/appStateSlice.ts
@@ -780,6 +780,7 @@ const appStateSlice = createSlice({
780
const components = [rootComponent];
781
782
const stylesheet = '';
783
+ const resetHTMLTypes = HTMLTypes;
784
785
return {
786
...state,
@@ -789,7 +790,8 @@ const appStateSlice = createSlice({
789
790
nextComponentId,
791
components,
792
canvasFocus,
- stylesheet
793
+ stylesheet,
794
+ HTMLTypes: resetHTMLTypes
795
};
796
},
797
updateProjectName: (state, action) => {
0 commit comments