There was an error while loading. Please reload this page.
1 parent 54c02a8 commit 8481659Copy full SHA for 8481659
1 file changed
panel/src/components/Forms/Blocks/Block.vue
@@ -36,7 +36,7 @@
36
</div>
37
38
<k-block-options
39
- v-if="!isDisabled"
+ v-if="isLastSelected && !isDisabled"
40
ref="options"
41
v-bind="{
42
isBatched,
@@ -406,15 +406,11 @@ export default {
406
}
407
408
.k-block-container .k-block-options {
409
- display: none;
410
position: absolute;
411
top: 0;
412
inset-inline-end: var(--spacing-3);
413
margin-top: calc(-1.75rem + 2px);
414
415
-.k-block-container[data-last-selected="true"] > .k-block-options {
416
- display: flex;
417
-}
418
.k-block-container[data-hidden="true"] .k-block {
419
opacity: 0.25;
420
0 commit comments