mirror of
https://github.com/nasa/openmct.git
synced 2025-02-21 09:52:04 +00:00
apply is-editing only when editing
This commit is contained in:
parent
27506a3757
commit
cedf942c0c
@ -1,6 +1,6 @@
|
||||
<template>
|
||||
<div class="l-shell" :class="{
|
||||
'is-editing': true
|
||||
'is-editing': isEditing
|
||||
}">
|
||||
<div class="l-shell__head">
|
||||
<CreateButton class="l-shell__create-button"></CreateButton>
|
||||
|
Loading…
x
Reference in New Issue
Block a user