-
Notifications
You must be signed in to change notification settings - Fork 662
Labels
type: bugSomething isn't workingSomething isn't working
Description
Check for duplicates
- I have searched for similar issues before opening a new one.
Component
workspace-content-highlight
Description
If you move workspace comments or add them to the workspace, they don't update the content highlight. However if you move a block, the content highlight updates to highlight everything including the comments.
Reproduction steps
- Load the following JSON into the workspace.
{
"workspaceComments": [
{
"height": 100,
"width": 120,
"id": "o`-uR}#Q,qg#1LUorXg5",
"x": 131.890625,
"y": 326,
"text": "Say something..."
},
{
"height": 100,
"width": 120,
"id": "*CHb18}Td!%xT~MTvk!N",
"x": 327.5572814941406,
"y": 698.3333129882812,
"text": "Say something..."
}
],
"blocks": {
"languageVersion": 0,
"blocks": [
{
"type": "controls_if",
"id": "0NAT)tSk}AALHd#HIB%x",
"x": 213,
"y": 162
}
]
}
}- Move the comments around.
- Observe how the highlight does not update.
Stack trace
No response
Screenshots
No response
Additional Info
This has to be tested against v11.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
type: bugSomething isn't workingSomething isn't working
Type
Projects
Status
Done