|
|
@@ -452,7 +452,7 @@
|
|
452
|
452
|
<span class="json-string editable"
|
|
453
|
453
|
@dblclick="editValue(selectedArticle, 'ArticleStart', 'ArticleStart')">
|
|
454
|
454
|
<template v-if="editingKey === 'ArticleStart'">
|
|
455
|
|
- <input type="text" disabled="true" class="json-editor-input"
|
|
|
455
|
+ <input type="text" class="json-editor-input"
|
|
456
|
456
|
v-model="selectedArticle.ArticleStart" @blur="finishEdit" @keyup.enter="finishEdit"
|
|
457
|
457
|
v-focus>
|
|
458
|
458
|
</template>
|
|
|
@@ -572,7 +572,7 @@
|
|
572
|
572
|
<span class="json-string editable"
|
|
573
|
573
|
@dblclick="editValue(selectedArticle, 'JSONString', 'JSONString')">
|
|
574
|
574
|
<template v-if="editingKey === 'JSONString'">
|
|
575
|
|
- <textarea class="json-editor-input" disabled="true" v-model="selectedArticle.JSONString"
|
|
|
575
|
+ <textarea class="json-editor-input" v-model="selectedArticle.JSONString"
|
|
576
|
576
|
@blur="finishEdit" @keyup.enter="finishEdit" v-focus></textarea>
|
|
577
|
577
|
</template>
|
|
578
|
578
|
<template v-else>
|