Fixed issues with semantic versioning for apps

This commit is contained in:
frikky
2021-06-17 09:05:13 +02:00
parent 642b589953
commit d2b50cfa14
10 changed files with 133 additions and 63 deletions
+9
View File
@@ -2742,6 +2742,15 @@ const AngularWorkflow = (props) => {
for (var key in filteredelements) {
}
var copyText = document.getElementById("copy_element_shuffle")
if (copyText !== undefined && copyText !== null) {
const clipboard = navigator.clipboard
if (clipboard === undefined) {
alert.error("Can only copy over HTTPS (port 3443)")
return
}
}
console.log("FILTERED: ", filteredelements)
}
break;