Skip to content

Commit

Permalink
update: remove dummy fullscreen button
Browse files Browse the repository at this point in the history
  • Loading branch information
VsevolodX committed Jul 25, 2023
1 parent 3db8c4b commit b8d882e
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions src/components/ThreeDEditor.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ import Dehaze from "@mui/icons-material/Dehaze";
import DeleteIcon from "@mui/icons-material/Delete";
import Edit from "@mui/icons-material/Edit";
import FormatShapes from "@mui/icons-material/FormatShapes";
import Fullscreen from "@mui/icons-material/Fullscreen";
import GpsFixed from "@mui/icons-material/GpsFixed";
import HeightIcon from "@mui/icons-material/Height";
import ImportExport from "@mui/icons-material/ImportExport";
Expand Down Expand Up @@ -595,12 +594,6 @@ export class ThreeDEditor extends React.Component {
actions: this.getExportActions(),
onClick: () => this.handleToggleToolbarMenu("export"),
},
{
id: "Fullscreen",
title: "Fullscreen",
leftIcon: <Fullscreen />,
onClick: () => console.log("Fullscreen toggled"),
},
];

const { editable } = this.props;
Expand Down

0 comments on commit b8d882e

Please sign in to comment.