client: Fix style scoping in MkMention #113
Loading…
Reference in a new issue
No description provided.
Delete branch "Michcio/FoundKey-0x7f:fix/mention-style-scoped"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
isMe class wasn't applying properly, because the use was not scoped while the definition was scoped (and thus renamed to isMe_fksljfs kind of class).
This should make it possible to actually use the separate mentionMe theme variable.