mirror of
https://github.com/naturalcrit/homebrewery.git
synced 2026-01-27 20:23:08 +00:00
tweak cClass logic
This commit is contained in:
@@ -464,7 +464,7 @@ const CodeEditor = createClass({
|
||||
}
|
||||
if(!found) {
|
||||
for (const widget of this.state.widgets) {
|
||||
this.state.widgetUtils.removeLineWidgets(widget);
|
||||
widget.clear();
|
||||
}
|
||||
this.setState({
|
||||
widgets : []
|
||||
|
||||
Reference in New Issue
Block a user