mirror of
https://github.com/mathuo/dockview
synced 2025-02-13 11:55:45 +00:00
Fix wrong quotation sign in docs
This commit is contained in:
parent
b551d93dac
commit
d577f0238c
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user