Browse Source

Merge branch '110-automatic-update-in-editable-headline' into 'master'

Resolve "automatic update in editable headline"

Closes #110

See merge request troebs/pycs!102
Eric Tröbs 4 years ago
parent
commit
96f9e4efc7
1 changed files with 2 additions and 0 deletions
  1. 2 0
      webui/src/components/base/editable-headline.vue

+ 2 - 0
webui/src/components/base/editable-headline.vue

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