Resolve "automatic update in editable headline" Closes #110 See merge request troebs/pycs!102
@@ -12,8 +12,10 @@
<text-input placeholder="name" v-model="input"
@change="change" @enter="change"/>
+ <!--
<button-input @click="change" type="primary">confirm</button-input>
<button-input @click="edit = false">cancel</button-input>
+ -->
<button-input @click="remove" type="error">delete</button-input>
</input-group>
</template>