Skip to content

Cannot run modals inside if statements #40

@Tukeque

Description

@Tukeque

if i try to run a modal inside an if statement, like this:

if ("condition") {
    newModal()
}

it outputs

execute if condition run newModal()

instead of the modal code, it puts the modal call syntax

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions