Fixed autocompleter in Code Editor to work with proper JSON examples

This commit is contained in:
frikky
2022-07-28 00:20:32 +02:00
parent 6b07581ce3
commit 1950c54ec8
6 changed files with 127 additions and 20 deletions
+2 -2
View File
@@ -3792,8 +3792,8 @@ const AppCreator = (defaultprops) => {
}
// Found that dashes in the URL doesn't work
parsedurl = parsedurl.replace("-", "_")
console.log("Actions: ", actions)
//parsedurl = parsedurl.replace("-", "_")
//console.log("Actions: ", actions)
if (baseUrl.length === 0 && parsedurl.includes("http")) {
const newurl = new URL(encodeURI(parsedurl))