Skip to content

Commit

Permalink
fix: hide generic geometry presets in iD pane
Browse files Browse the repository at this point in the history
  • Loading branch information
rudokemper committed Nov 10, 2021
1 parent 0713c5b commit 1201455
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/renderer/components/MapEditor/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,11 @@ insertCss(`
justify-content: center;
position: relative;
}
.id-container .inspector-body .preset-point,
.id-container .inspector-body .preset-line,
.id-container .inspector-body .preset-area {
display: none;
}
.id-container .inspector-body .raw-tag-editor {
display: none;
}
Expand Down

0 comments on commit 1201455

Please sign in to comment.