Ahmad Kholid 3 lat temu
rodzic
commit
761e046467
2 zmienionych plików z 2 dodań i 1 usunięć
  1. 1 1
      package.json
  2. 1 0
      src/content/element-selector/AppBlocks.vue

+ 1 - 1
package.json

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

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

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