Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 6f1a67aa authored by AVINASH GUSAIN's avatar AVINASH GUSAIN
Browse files

break removed

parent 8971161f
Loading
Loading
Loading
Loading
Loading
+3 −6
Original line number Diff line number Diff line
@@ -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"