瀏覽代碼

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 年之前
父節點
當前提交
96f9e4efc7
共有 1 個文件被更改,包括 2 次插入0 次删除
  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"
         <text-input placeholder="name" v-model="input"
                     @change="change" @enter="change"/>
                     @change="change" @enter="change"/>
 
 
+        <!--
         <button-input @click="change" type="primary">confirm</button-input>
         <button-input @click="change" type="primary">confirm</button-input>
         <button-input @click="edit = false">cancel</button-input>
         <button-input @click="edit = false">cancel</button-input>
+        -->
         <button-input @click="remove" type="error">delete</button-input>
         <button-input @click="remove" type="error">delete</button-input>
       </input-group>
       </input-group>
     </template>
     </template>