Compare commits

...

1 Commits

Author SHA1 Message Date
758e240ccd only edit name in browse bar if obj creatable 2020-12-22 10:55:04 -08:00

View File

@ -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"