Fix MathJax overlay after rebase

This commit is contained in:
Henrik Giesel 2021-08-06 04:25:19 +02:00
parent ed4621de9e
commit 241d5cdd13

View file

@ -15,8 +15,14 @@ License: GNU AGPL, version 3 or later; http://www.gnu.org/licenses/agpl.html
let updateSelection: () => void; let updateSelection: () => void;
</script> </script>
<HandleSelection {container} {activeImage} offsetX={2} offsetY={2} bind:updateSelection> {#if activeImage}
{#if activeImage} <HandleSelection
image={activeImage}
{container}
offsetX={2}
offsetY={2}
bind:updateSelection
>
<HandleBackground /> <HandleBackground />
<div <div
@ -28,8 +34,8 @@ License: GNU AGPL, version 3 or later; http://www.gnu.org/licenses/agpl.html
</div> </div>
<HandleControl /> <HandleControl />
{/if} </HandleSelection>
</HandleSelection> {/if}
<style lang="scss"> <style lang="scss">
div { div {