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
How to make panels not draggable in CodeLayout ?
The text was updated successfully, but these errors were encountered:
[Add] Add the draggable attribute to each panel to control whether …
draggable
7d85b28
…it can be dragged. (#6)
I have added draggable attribute to each panel, can set it to false, so the panel can't be dragged, you can update to latest version.
grid.addPanel({ name: `NodeEditor${doc.uid}`, title: doc.name, draggable: false, //No drag });
Sorry, something went wrong.
No branches or pull requests
How to make panels not draggable in CodeLayout ?
The text was updated successfully, but these errors were encountered: