mirror of
https://github.com/hcengineering/platform.git
synced 2024-12-23 11:31:57 +03:00
EZQMS-398: fix StringDiffViewer (#4089)
Signed-off-by: Anna No <anna.no@xored.com>
This commit is contained in:
parent
8442e347a8
commit
32b48d516b
@ -23,7 +23,7 @@
|
||||
|
||||
const handleDiff = (oldValue: string, newValue: string) => Diff[method](oldValue, newValue)
|
||||
|
||||
$: changes = handleDiff(value, compareTo)
|
||||
$: changes = handleDiff(compareTo, value)
|
||||
</script>
|
||||
|
||||
{#each changes as change}
|
||||
|
Loading…
Reference in New Issue
Block a user