mirror of
https://github.com/ankitects/anki.git
synced 2025-09-22 16:02:23 -04:00
Add MathjaxHandle
This commit is contained in:
parent
14aaa10bf3
commit
6b14afda27
1 changed files with 7 additions and 0 deletions
7
ts/editor/MathjaxHandle.svelte
Normal file
7
ts/editor/MathjaxHandle.svelte
Normal file
|
@ -0,0 +1,7 @@
|
|||
<!--
|
||||
Copyright: Ankitects Pty Ltd and contributors
|
||||
License: GNU AGPL, version 3 or later; http://www.gnu.org/licenses/agpl.html
|
||||
-->
|
||||
<script lang="ts">
|
||||
export let activeMathjax: HTMLImageElement | null = null;
|
||||
</script>
|
Loading…
Reference in a new issue