You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/components/VisualEditor.vue
+8-1Lines changed: 8 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -32,7 +32,7 @@
32
32
<p>You can start building your model by dragging collections, processes etc. from the left area and dropping them here.</p>
33
33
<p>Alternatively, you can also import existing processes into the model builder:</p>
34
34
<ul>
35
-
<li>Paste the JSON from your clipboard by clicking <buttontype="button"@click="paste"title="Paste from clipboard"><iclass="fas fa-paste"></i></button> or use <kbd>CTRL</kbd> + <kbd>V</kbd> (Windows, Linux) or <kbd>⌘</kbd> + <kbd>V</kbd> (MacOS) when the model builder is in focus.</li>
35
+
<liv-if="canPaste">Paste the JSON from your clipboard by clicking <buttontype="button"@click="paste"title="Paste from clipboard"><iclass="fas fa-paste"></i></button> or use <kbd>CTRL</kbd> + <kbd>V</kbd> (Windows, Linux) or <kbd>⌘</kbd> + <kbd>V</kbd> (MacOS) when the model builder is in focus.</li>
36
36
<li>Drag and drop a JSON file from your computer</li>
37
37
<li>Import a JSON file from your computer or another source such as the internet by clicking <buttontype="button"@click="importProcess"title="Import process from external source"><iclass="fas fa-cloud-download-alt"></i></button></li>
0 commit comments