Resizing a region where {start: 0} doesn't work #2996
Replies: 1 comment 2 replies
-
Good catch, sounds like a bug! |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
If you change the first region from the regions example to below
wsRegions.addRegion({
start: 0,
end: 2,
content: 'Immovable',
color: randomColor(),
})
The resizing of that region doesn't work. its not moving.
Beta Was this translation helpful? Give feedback.
All reactions