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>
|
</MenuItem>
|
||||||
{#if isBlock}
|
{#if isBlock}
|
||||||
<MenuItem
|
<MenuItem
|
||||||
icon="Delete"
|
icon="Export"
|
||||||
keyBind="Ctrl+E"
|
keyBind="Ctrl+E"
|
||||||
on:click={() => keyboardEvent("e", true)}
|
on:click={() => keyboardEvent("e", true)}
|
||||||
>
|
>
|
||||||
|
|
|
@ -4147,6 +4147,7 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"repeaterblock": {
|
"repeaterblock": {
|
||||||
|
"block": true,
|
||||||
"name": "Repeater block",
|
"name": "Repeater block",
|
||||||
"icon": "ViewList",
|
"icon": "ViewList",
|
||||||
"illegalChildren": [
|
"illegalChildren": [
|
||||||
|
|
Loading…
Reference in New Issue