0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2026-01-28 00:43:08 +00:00

fix ref issues and remove unneeded value

This commit is contained in:
Charlie Humphreys
2023-06-30 00:37:20 -05:00
parent 47c84d9f01
commit b7be2d6463
2 changed files with 23 additions and 8 deletions

View File

@@ -60,12 +60,11 @@ const CodeEditor = createClass({
getInitialState : function() {
return {
docs : {},
widgetUtils : {},
widgets : [],
focusedWidget : null,
hints : [],
hintsField : undefined,
docs : {},
widgetUtils : {},
widgets : [],
hints : [],
hintsField : undefined,
};
},