Skip to content
New issue

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

[UI] problem of d&d when copy of UI command is disabled #3302

Closed
nao-pon opened this issue Jun 9, 2021 · 0 comments
Closed

[UI] problem of d&d when copy of UI command is disabled #3302

nao-pon opened this issue Jun 9, 2021 · 0 comments

Comments

@nao-pon
Copy link
Member

nao-pon commented Jun 9, 2021

Describe the bug
Drag and drop is not possible when copy of UI command is disabled.

To Reproduce
Steps to reproduce the behavior:

bootCallback: function (fm) {
    delete fm.commands.copy;
}
  1. I can't drag and drop.

Expected behavior
If the copy command is disabled but the cut command is enabled, you should be able to drag and drop.

Screenshots
If applicable, add screenshots to help explain your problem.

Desktop (please complete the following information):

  • OS: Windows10
  • Browser Chrome
  • Version 91

Additional context
See #3280 PR.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant