mirror of
https://github.com/nasa/openmct.git
synced 2025-06-22 00:57:11 +00:00
apply is-editing only when editing
This commit is contained in:
@ -1,6 +1,6 @@
|
|||||||
<template>
|
<template>
|
||||||
<div class="l-shell" :class="{
|
<div class="l-shell" :class="{
|
||||||
'is-editing': true
|
'is-editing': isEditing
|
||||||
}">
|
}">
|
||||||
<div class="l-shell__head">
|
<div class="l-shell__head">
|
||||||
<CreateButton class="l-shell__create-button"></CreateButton>
|
<CreateButton class="l-shell__create-button"></CreateButton>
|
||||||
|
Reference in New Issue
Block a user