show changeset in json view

This commit is contained in:
Jan Prochazka
2021-04-05 18:39:09 +02:00
parent ccb1c26905
commit e4e01c6e1e
12 changed files with 126 additions and 37 deletions

View File

@@ -1,12 +1,11 @@
<script>
import { getContext } from 'svelte';
import contextKey from './context';
import JSONKey from './JSONKey.svelte';
export let key, value, valueGetter = null, isParentExpanded, isParentArray, nodeType;
const { colon } = getContext(contextKey);
const { colon } = getContext('json-tree-context-key');
</script>
<style>
li {