use editor data

This commit is contained in:
Jan Prochazka
2021-03-07 11:38:02 +01:00
parent 00d5b25baa
commit f4fe5b9b53
7 changed files with 204 additions and 8 deletions

View File

@@ -6,7 +6,7 @@
</script>
<div bind:clientWidth bind:clientHeight class="ace-container">
<AceEditorCore {...$$props} width={clientWidth} height={clientHeight} />
<AceEditorCore {...$$props} width={clientWidth} height={clientHeight} on:input/>
</div>
<style>