Skip to content

Commit

Permalink
Merge pull request #23 from Infomaniak/status-command-create-link
Browse files Browse the repository at this point in the history
Remove unnecessary argumentName value and add clarifying comment
  • Loading branch information
LunarX authored Jun 28, 2024
2 parents b222764 + 86ae79c commit a7d4550
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ enum class StatusCommand(override val argumentName: String, val statusType: Stat
FONT_SIZE("fontSize", StatusType.VALUE),
TEXT_COLOR("foreColor", StatusType.VALUE),
BACKGROUND_COLOR("backColor", StatusType.VALUE),
CREATE_LINK("createLink", StatusType.COMPLEX),
CREATE_LINK("", StatusType.COMPLEX), // This value is not meant to be called by JsBride's execCommand()
}

enum class OtherCommand(override val argumentName: String) : ExecCommand {
Expand Down

0 comments on commit a7d4550

Please sign in to comment.