2
0

🐛 Fix new markdown parser on web runtime

This commit is contained in:
Baptiste Arnaud
2024-02-01 16:52:54 +01:00
parent 3e8e8829f1
commit 678e6d5c49
7 changed files with 41 additions and 67 deletions

View File

@@ -1,2 +1,3 @@
emojiList.json
iconNames.ts
iconNames.ts
reporters

View File

@@ -153,7 +153,6 @@ const groupsActions = (setTypebot: SetTypebot): GroupsActions => ({
let outgoingEdgeId = item.outgoingEdgeId
if (outgoingEdgeId) {
const edge = edges.find(byId(outgoingEdgeId))
console.log(edge)
if (edge) {
outgoingEdgeId = createId()
edgesToCreate.push({