remove line
This commit is contained in:
parent
03d3f1d426
commit
ce579e48a6
1 changed files with 0 additions and 1 deletions
|
|
@ -111,7 +111,6 @@ function App() {
|
||||||
const parsed = parse(_code);
|
const parsed = parse(_code);
|
||||||
// need arrow function here! otherwise if user returns a function, react will think it's a state reducer
|
// need arrow function here! otherwise if user returns a function, react will think it's a state reducer
|
||||||
// only first time, then need ctrl+enter
|
// only first time, then need ctrl+enter
|
||||||
pattern;
|
|
||||||
setPattern(() => parsed.pattern);
|
setPattern(() => parsed.pattern);
|
||||||
if (!activePattern || isHot) {
|
if (!activePattern || isHot) {
|
||||||
setActivePattern(() => parsed.pattern);
|
setActivePattern(() => parsed.pattern);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue