Skip to content
This repository has been archived by the owner on Feb 20, 2024. It is now read-only.

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
arncet committed Feb 21, 2020
1 parent 287f866 commit 4dcb849
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion examples/basic/index.esm.html
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ <h1>MathLive Basic Example</h1>
smartMode: true,
virtualKeyboardMode: 'manual',
onContentDidChange: mf => {
console.log('here')
const latex = mf.$text();
document.getElementById('latex').innerHTML = escapeHtml(latex);

Expand Down

0 comments on commit 4dcb849

Please sign in to comment.