Skip to content

Conversation

@D8H
Copy link
Collaborator

@D8H D8H commented Nov 21, 2025

No description provided.

@D8H D8H requested a review from 4ian as a code owner November 21, 2025 16:05
@D8H D8H changed the title Allow to set effects as initially disable Allow to set effects as initially disabled Nov 21, 2025
if (IsFolded()) element.SetBoolAttribute("folded", true);

if (!IsEnabled()) {
element.SetBoolAttribute("isDisabled", true);
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

could that be:

Suggested change
element.SetBoolAttribute("isDisabled", true);
element.SetBoolAttribute("disabled", true);

?

@D8H D8H force-pushed the effect-enable-property branch from bfacb42 to 38b3d32 Compare November 25, 2025 13:54
@4ian 4ian merged commit b218cf8 into master Nov 25, 2025
5 of 6 checks passed
@D8H D8H deleted the effect-enable-property branch November 25, 2025 14:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants