mirror of
https://github.com/hcengineering/platform.git
synced 2026-09-09 19:27:44 +02:00
EZQMS-398: fix StringDiffViewer (#4089)
Signed-off-by: Anna No <anna.no@xored.com>
This commit is contained in:
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user