6
0
Эх сурвалжийг харах

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 жил өмнө
parent
commit
96f9e4efc7

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