Skip to content

Commit

Permalink
PHP: Improved validation of rename refactoring
Browse files Browse the repository at this point in the history
  • Loading branch information
troizet committed Apr 16, 2024
1 parent e6f0f68 commit 07a57de
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,8 @@ public void removeUpdate(DocumentEvent event) {
RenamePanel.this.parent.stateChanged(null);
}
});

RenamePanel.this.parent.stateChanged(null);
}

@Override
Expand Down

0 comments on commit 07a57de

Please sign in to comment.