mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-20 08:56:00 +00:00
ace editor
This commit is contained in:
@@ -5,12 +5,12 @@
|
||||
let clientHeight;
|
||||
</script>
|
||||
|
||||
<div bind:clientWidth bind:clientHeight>
|
||||
<div bind:clientWidth bind:clientHeight class="ace-container">
|
||||
<AceEditorCore {...$$props} width={clientWidth} height={clientHeight} />
|
||||
</div>
|
||||
|
||||
<style>
|
||||
div {
|
||||
.ace-container {
|
||||
position: absolute;
|
||||
left: 0;
|
||||
top: 0;
|
||||
|
||||
Reference in New Issue
Block a user