Skip to content

Commit

Permalink
prefix unused width variable
Browse files Browse the repository at this point in the history
Signed-off-by: srikant <[email protected]>
  • Loading branch information
srikant-ch5 committed Dec 10, 2024
1 parent fb39372 commit 27e6623
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -457,7 +457,7 @@ class PropertiesMain extends React.Component {
}
}

detectResize(width, height) {
detectResize(_width, height) {
if (height === this.lastPanelHeight) {
// only hide resize button if resize wasn't from clicking resize button
if (!this.resizeClicked) {
Expand Down

0 comments on commit 27e6623

Please sign in to comment.