We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 30292c2 commit 8ae077fCopy full SHA for 8ae077f
src/atoms/Slicer.vue
@@ -326,6 +326,7 @@ function trapMouse(trap) {
326
:width="selectionRectCoordinates.width < 0 ? 0 : selectionRectCoordinates.width"
327
:height="svgMinimap.height"
328
:y="0"
329
+ :rx="minimapSelectionRadius"
330
:fill="borderColor"
331
/>
332
@@ -335,6 +336,7 @@ function trapMouse(trap) {
335
336
337
338
:fill="minimapSelectedColor"
339
340
:style="{
341
opacity: minimapSelectedColorOpacity
342
}"
0 commit comments