Skip to content

Commit

Permalink
remove unneeded code
Browse files Browse the repository at this point in the history
  • Loading branch information
Brian Leighty committed Sep 11, 2023
1 parent 6515fd8 commit 1f4887d
Showing 1 changed file with 0 additions and 15 deletions.
15 changes: 0 additions & 15 deletions webviews/src/views/SceneGraphInspectorView/NodeDetailPage.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,6 @@
function onNumberFieldChange() {
const value = Number(this.value);
debugger;
handleResetValueButtonDisplay(this.self, value);
setValue(this.id, value);
}
Expand Down Expand Up @@ -371,20 +370,6 @@
vertical-align: middle;
}
/* .inline {
display: inline;
width: auto;
} */
/* .collectionItems {
padding: 3px 0 3px 15px;
display: block;
}
.collectionItem .collectionItemId {
font-weight: bold;
} */
.braceOrBracket {
cursor: pointer;
user-select: none;
Expand Down

0 comments on commit 1f4887d

Please sign in to comment.