mirror of
https://github.com/nasa/openmct.git
synced 2025-01-19 03:06:54 +00:00
only edit name in browse bar if obj creatable (#3616)
This commit is contained in:
parent
cbac495f93
commit
351848ad56
@ -20,7 +20,7 @@
|
||||
</div>
|
||||
<span
|
||||
class="l-browse-bar__object-name c-object-label__name c-input-inline"
|
||||
contenteditable
|
||||
:contenteditable="type.creatable"
|
||||
@blur="updateName"
|
||||
@keydown.enter.prevent
|
||||
@keyup.enter.prevent="updateNameOnEnterKeyPress"
|
||||
|
Loading…
Reference in New Issue
Block a user