execute query

This commit is contained in:
Jan Prochazka
2021-03-07 20:25:04 +01:00
parent f4fe5b9b53
commit 97a27381f2
4 changed files with 38 additions and 3 deletions

View File

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