Loading src/components/Editor/Properties/PropertyTextLocation.vue +3 −6 Original line number Diff line number Diff line Loading @@ -5,19 +5,16 @@ :title="readableName" class="property-text__icon" :class="{ 'property-text__icon--hidden': !showIcon }" /> <div class="property-text__input" <div class="property-text__input" :class="{ 'property-text__input--readonly': isReadOnly }"> <textarea v-if="!isReadOnly" <textarea v-if="!isReadOnly" v-autosize="true" :placeholder="placeholder" :rows="rows" :title="readableName" :value="value" @input.prevent.stop="changeValue" /> <span v-if="!isReadOnly" <span v-if="!isReadOnly" v-visible="visibleValue" :title="tagPlaceholder" v-on:click="goto" Loading Loading
src/components/Editor/Properties/PropertyTextLocation.vue +3 −6 Original line number Diff line number Diff line Loading @@ -5,19 +5,16 @@ :title="readableName" class="property-text__icon" :class="{ 'property-text__icon--hidden': !showIcon }" /> <div class="property-text__input" <div class="property-text__input" :class="{ 'property-text__input--readonly': isReadOnly }"> <textarea v-if="!isReadOnly" <textarea v-if="!isReadOnly" v-autosize="true" :placeholder="placeholder" :rows="rows" :title="readableName" :value="value" @input.prevent.stop="changeValue" /> <span v-if="!isReadOnly" <span v-if="!isReadOnly" v-visible="visibleValue" :title="tagPlaceholder" v-on:click="goto" Loading