Skip to content

Commit

Permalink
Merge pull request #8386 from RocketChat/katex
Browse files Browse the repository at this point in the history
[FIX] disabled katex tooltip on messageBox
  • Loading branch information
rodrigok committed Oct 9, 2017
1 parent 830849a commit 49cef0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/rocketchat-ui-message/client/messageBox.js
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ const markdownButtons = [
{
label: katexSyntax,
link: 'https://github.com/Khan/KaTeX/wiki/Function-Support-in-KaTeX',
condition: () => RocketChat.katex
condition: () => RocketChat.katex.katex_enabled()
}
];

Expand Down

0 comments on commit 49cef0d

Please sign in to comment.