We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
It's not possible to copy texts placed in DOM outside of BPMN Modeler container with CTRL + C shortcut.
CTRL + C
The issue can be also reproduced in https://demo.bpmn.io:
let p = document.createElement('p'); p.innerHTML = 'copy test'; document.body.prepend(p);
It should be possbile to copy any content outside of Modeler normally.
Depends on bpmn-io/diagram-js#281
The text was updated successfully, but these errors were encountered:
@kmarcinkowski-objectivity This is likely due to us overriding the default copy shortcut.
Related to bpmn-io/diagram-js#281.
Sorry, something went wrong.
No branches or pull requests
Describe the Bug
It's not possible to copy texts placed in DOM outside of BPMN Modeler container with
CTRL + C
shortcut.Steps to Reproduce
The issue can be also reproduced in https://demo.bpmn.io:
Expected Behavior
It should be possbile to copy any content outside of Modeler normally.
Environment
Depends on bpmn-io/diagram-js#281
The text was updated successfully, but these errors were encountered: