mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-19 13:06:01 +00:00
SYNC: fixed diagram references when using zoom
This commit is contained in:
committed by
Diflow
parent
a8a8f9b3e5
commit
6fce43a122
@@ -638,7 +638,7 @@
|
||||
|
||||
function recomputeReferencePositions() {
|
||||
for (const ref of Object.values(referenceRefs) as any[]) {
|
||||
if (ref) ref.recomputePosition();
|
||||
if (ref) ref.recomputePosition(zoomKoef);
|
||||
}
|
||||
}
|
||||
|
||||
@@ -915,6 +915,7 @@
|
||||
onRemoveReference={removeReference}
|
||||
designer={value}
|
||||
{settings}
|
||||
{zoomKoef}
|
||||
/>
|
||||
{/each}
|
||||
<!--
|
||||
|
||||
Reference in New Issue
Block a user