1
0
mirror of https://github.com/misskey-dev/misskey.git synced 2026-05-01 23:15:47 +02:00

Remove a meaningless event (#6996)

* Remove a meaningless event

* Remove a meaningless event
This commit is contained in:
marihachi
2020-12-20 10:46:09 +09:00
committed by GitHub
parent 9a3a77cff0
commit 50539099ab
2 changed files with 1 additions and 2 deletions

View File

@@ -62,7 +62,6 @@
<XVariable
:value="element"
:removable="true"
@update:value="v => updateVariable(v)"
@remove="() => removeVariable(element)"
:hpml="hpml"
:name="element.name"