botpress / v12

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

Flow-editor: node copy-pasting is broken #732

Closed epaminond closed 4 years ago

epaminond commented 5 years ago

Describe the bug When selecting a node copy button stays disabled and it's impossible to copy-paste nodes.

To Reproduce Steps to reproduce the behavior:

  1. Go to flow-editor
  2. Click on any node
  3. See that copy button is disabled and can be clicked

Expected behavior Copy button is enabled and once clicked node's content gets copied into buffer

Environment (please complete the following information):

allardy commented 5 years ago

There was a condition never met for the button state. It's fixed in that pr https://github.com/botpress/botpress/pull/1894