Ahmad Kholid 3 年之前
父节点
当前提交
761e046467
共有 2 个文件被更改,包括 2 次插入1 次删除
  1. 1 1
      package.json
  2. 1 0
      src/content/element-selector/AppBlocks.vue

+ 1 - 1
package.json

@@ -1,6 +1,6 @@
 {
 {
   "name": "automa",
   "name": "automa",
-  "version": "0.8.4",
+  "version": "0.9.0",
   "description": "An extension for automating your browser by connecting blocks",
   "description": "An extension for automating your browser by connecting blocks",
   "license": "MIT",
   "license": "MIT",
   "repository": {
   "repository": {

+ 1 - 0
src/content/element-selector/AppBlocks.vue

@@ -29,6 +29,7 @@
     <prism-editor
     <prism-editor
       v-if="state.blockResult"
       v-if="state.blockResult"
       v-model="state.blockResult"
       v-model="state.blockResult"
+      readonly
       :highlight="highlighter('json')"
       :highlight="highlighter('json')"
       class="h-full scroll mt-2"
       class="h-full scroll mt-2"
     />
     />