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