File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -410,7 +410,7 @@ defineExpose({
410410 :width =" cellSize.width - FINAL_CONFIG.style.layout.cells.spacing"
411411 :height =" cellSize.height - FINAL_CONFIG.style.layout.cells.spacing"
412412 :fill =" cell.color"
413- :stroke =" hoveredCell && hoveredCell === cell.id ? FINAL_CONFIG.style.layout.cells.selected.color : FINAL_CONFIG.style.backgroundColor"
413+ :stroke =" FINAL_CONFIG.style.backgroundColor"
414414 :stroke-width =" FINAL_CONFIG.style.layout.cells.spacing"
415415 />
416416 <text
@@ -469,10 +469,10 @@ defineExpose({
469469 <g v-if =" selectedClone" >
470470 <rect
471471 style =" pointer-events : none ;"
472- :x =" selectedClone.x - FINAL_CONFIG.style.layout.cells.selected.border / 2"
473- :y =" selectedClone.y - FINAL_CONFIG.style.layout.cells.selected.border / 2"
474- :width =" cellSize.width - FINAL_CONFIG.style.layout.cells.spacing + FINAL_CONFIG.style.layout.cells.selected.border"
475- :height =" cellSize.height - FINAL_CONFIG.style.layout.cells.spacing + FINAL_CONFIG.style.layout.cells.selected.border"
472+ :x =" selectedClone.x - (( FINAL_CONFIG.style.layout.cells.selected.border) / 2) + FINAL_CONFIG.style.layout.cells.spacing "
473+ :y =" selectedClone.y - ( FINAL_CONFIG.style.layout.cells.selected.border / 2) + FINAL_CONFIG.style.layout.cells.spacing "
474+ :width =" cellSize.width - FINAL_CONFIG.style.layout.cells.spacing + FINAL_CONFIG.style.layout.cells.selected.border - (FINAL_CONFIG.style.layout.cells.spacing) "
475+ :height =" cellSize.height - FINAL_CONFIG.style.layout.cells.spacing + FINAL_CONFIG.style.layout.cells.selected.border - (FINAL_CONFIG.style.layout.cells.spacing) "
476476 fill =" transparent"
477477 :stroke =" FINAL_CONFIG.style.layout.cells.selected.color"
478478 :stroke-width =" FINAL_CONFIG.style.layout.cells.selected.border"
You can’t perform that action at this time.
0 commit comments