mirror of
https://github.com/ankitects/anki.git
synced 2026-01-13 22:13:58 -05:00
resize on window resize
This commit is contained in:
parent
130c8dee14
commit
537aeed82f
1 changed files with 2 additions and 0 deletions
|
|
@ -36,6 +36,8 @@ License: GNU AGPL, version 3 or later; http://www.gnu.org/licenses/agpl.html
|
|||
}
|
||||
</script>
|
||||
|
||||
<svelte:window onresize={updateHeight} />
|
||||
|
||||
<textarea
|
||||
bind:this={taRef}
|
||||
value={stringValue}
|
||||
|
|
|
|||
Loading…
Reference in a new issue