Fix wrong quotation sign in docs

This commit is contained in:
Peter Bech 2023-07-27 10:28:24 +02:00 committed by GitHub
parent b551d93dac
commit d577f0238c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -780,7 +780,7 @@ panel.group.locked = true;
// Or // Or
panel.group.locked = 'no-drop-target`; panel.group.locked = 'no-drop-target';
``` ```
Use `true` to keep drop zones top, right, bottom, left for the group. Use `no-drop-target` to disable all drop zones. For you to get a Use `true` to keep drop zones top, right, bottom, left for the group. Use `no-drop-target` to disable all drop zones. For you to get a