Skip to content

Editing container's spoiler tag does nothing #8054

@ssesfahani

Description

@ssesfahani

Description

Editing a Container's spoiler property in any direction does nothing on the message.

Steps to Reproduce

Create a CV2 like so:

[
  {
    type: 17,
    spoiler: true,
    components: [ [Object] ]
  }
]

Edit the message to be:

[
  {
    type: 17,
    spoiler: false, // <--- flipped
    components: [ [Object] ]
  }
]

Expected Behavior

The container should toggle spoilers on/off.

Current Behavior

Nothing happens.

Screenshots/Videos

No response

Client and System Information

stable 482285 (7fa90f1) Host 1.0.9219 x64 (73385) Build Override: N/A Windows 11 64-bit (10.0.26200)

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions