mirror of
https://github.com/eliasstepanik/strudel-docker.git
synced 2026-01-27 05:28:41 +00:00
remove line
This commit is contained in:
parent
03d3f1d426
commit
ce579e48a6
@ -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…
x
Reference in New Issue
Block a user