wip fix snippet
This commit is contained in:
parent
fa46235a3d
commit
78131ad081
|
|
@ -74,6 +74,7 @@ effect={async (local) => {
|
|||
<Map />
|
||||
</Button>
|
||||
<Button
|
||||
className={cx(btn_style)}
|
||||
onClick={() => {
|
||||
p.script.do_edit(
|
||||
`\
|
||||
|
|
@ -86,6 +87,7 @@ effect={async (local) => {
|
|||
<If />
|
||||
</Button>
|
||||
<Button
|
||||
className={cx(btn_style)}
|
||||
onClick={() => {
|
||||
p.script.do_edit(
|
||||
`\
|
||||
|
|
|
|||
Loading…
Reference in New Issue