botpress / v12

Botpress OSS – v12
https://v12.botpress.com
GNU Affero General Public License v3.0
69 stars 83 forks source link

[Bug] Flows – Many FLOWS/FLOW/LINK action dispatch when no changes #224

Closed slvnperron closed 6 years ago

slvnperron commented 6 years ago

Problem: There are many many FLOWS/FLOW/LINK actions being dispatched without any change to the flow diagram at all (just selecting and scrolling). FLOWS/FLOW/LINK should only be dispatched when links are updated

botpress_x_issue

epaminond commented 6 years ago

It comes from fixing adding links to nodes and seems to be redundant. I removed this action and it's calls completely but things seem to work fine.

@slvnperron, do you remember what you were fixing in that commit? Just want to make sure I didn't break anything.