changed maskStrokeWidth default back to 1
This commit is contained in:
@@ -97,7 +97,9 @@
|
||||
aria-labelledby={labelledBy}
|
||||
style:--xy-minimap-mask-background-color-props={maskColor}
|
||||
style:--xy-minimap-mask-stroke-color-props={maskStrokeColor}
|
||||
style:--xy-minimap-mask-stroke-width-props={(maskStrokeWidth ?? 0) * viewScale}
|
||||
style:--xy-minimap-mask-stroke-width-props={maskStrokeWidth
|
||||
? maskStrokeWidth * viewScale
|
||||
: undefined}
|
||||
use:interactive={{
|
||||
panZoom: $panZoom,
|
||||
viewport,
|
||||
|
||||
Reference in New Issue
Block a user