mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-19 07:16:01 +00:00
cell data view
This commit is contained in:
5
packages/web/src/celldata/TextCellViewNoWrap.svelte
Normal file
5
packages/web/src/celldata/TextCellViewNoWrap.svelte
Normal file
@@ -0,0 +1,5 @@
|
||||
<script lang="ts">
|
||||
export let selection;
|
||||
</script>
|
||||
|
||||
<textarea class="flex1" wrap="no" readonly value={selection[0].value} />
|
||||
Reference in New Issue
Block a user