Copy Workflows
Copying Workflows from the Workflows Pane as well as copying a set of Nodes from the Workflow Design pane requires clipboard access.
Ensure that you've allowed clipboard access to https://app.flowgear.net
in your browser.
Firefox
Firefox does not allow access to the clipboard by default.
https://developer.mozilla.org/en-US/docs/Web/API/Clipboard/readText
To enable access:
- Open
about:config
from the browser the address bar. - A prompt will appear including a warning
Proceed with Caution
. Accept
the risk and continue.- In the search bar type:
dom.events.asyncClipboard.readText
and set it totrue
.