File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -64,7 +64,6 @@ const camera_options = computed(() => [
6464 title: " Cells" ,
6565 testId: " highlightOnHoverCellsButton" ,
6666 icon: " mdi-select-all" ,
67- testId: " highlightOnHoverCellsButton" ,
6867 action : () => {
6968 if (
7069 hybridViewerStore .is_hover_highlight &&
@@ -82,7 +81,6 @@ const camera_options = computed(() => [
8281 title: " Points" ,
8382 testId: " highlightOnHoverPointsButton" ,
8483 icon: " mdi-select-drag" ,
85- testId: " highlightOnHoverPointsButton" ,
8684 action : () => {
8785 if (
8886 hybridViewerStore .is_hover_highlight &&
Original file line number Diff line number Diff line change @@ -69,6 +69,7 @@ function meshCellsDefaultStyle(
6969 storedConfigs : { } ,
7070 } ,
7171 constant,
72+ // oxlint-disable-next-line unicorn/no-null
7273 textures : null ,
7374 vertex : {
7475 name : undefined ,
@@ -87,6 +88,7 @@ function meshPolygonsDefaultStyle(
8788 coloring : {
8889 active : MESH_DEFAULT_ACTIVE_COLORING ,
8990 constant,
91+ // oxlint-disable-next-line unicorn/no-null
9092 textures : null ,
9193 polygon : {
9294 name : undefined ,
You can’t perform that action at this time.
0 commit comments