Skip to content

Commit

Permalink
remove topmost dividers
Browse files Browse the repository at this point in the history
  • Loading branch information
VsevolodX committed Jul 28, 2023
1 parent b331768 commit 47309d2
Showing 1 changed file with 1 addition and 13 deletions.
14 changes: 1 addition & 13 deletions src/components/ThreeDEditor.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -383,10 +383,6 @@ export class ThreeDEditor extends React.Component {
const { viewerSettings, isConventionalCellShown } = this.state;

return [
{
id: "divider-1",
isDivider: true,
},
{
id: "rotate-zoom",
disabled: false,
Expand Down Expand Up @@ -471,10 +467,6 @@ export class ThreeDEditor extends React.Component {
const { measuresSettings } = this.state;
const { isDistanceShown, isAnglesShown } = measuresSettings;
return [
{
id: "divider-3",
isDivider: true,
},
{
id: "Distances",
content: "Distances",
Expand All @@ -496,7 +488,7 @@ export class ThreeDEditor extends React.Component {
onClick: this.handleDeleteConnection,
},
{
id: "divider-4",
id: "divider-actions",
isDivider: true,
},
{
Expand Down Expand Up @@ -526,10 +518,6 @@ export class ThreeDEditor extends React.Component {
},
];
return [
{
id: "divider-5",
isDivider: true,
},
{
id: "Screenshot",
title: "Screenshot",
Expand Down

0 comments on commit 47309d2

Please sign in to comment.