Properly flag repeater block as a block and update ejection icon
This commit is contained in:
parent
27e44821e2
commit
f412ffebe2
|
@ -26,7 +26,7 @@
|
|||
</MenuItem>
|
||||
{#if isBlock}
|
||||
<MenuItem
|
||||
icon="Delete"
|
||||
icon="Export"
|
||||
keyBind="Ctrl+E"
|
||||
on:click={() => keyboardEvent("e", true)}
|
||||
>
|
||||
|
|
|
@ -4147,6 +4147,7 @@
|
|||
}
|
||||
},
|
||||
"repeaterblock": {
|
||||
"block": true,
|
||||
"name": "Repeater block",
|
||||
"icon": "ViewList",
|
||||
"illegalChildren": [
|
||||
|
|
Loading…
Reference in New Issue