Skip to content

Commit 1bed4e7

Browse files
committed
Revert back to starting the implement interface refactoring only at the ready state.
1 parent 1ec0d9d commit 1bed4e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

RetailCoder.VBE/Refactorings/ExtractInterface/ExtractInterfaceRefactoring.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ private void AddInterface()
122122
private int _insertionLine;
123123
private void _state_StateChanged(object sender, EventArgs e)
124124
{
125-
if (_state.Status != ParserState.ResolvedDeclarations)
125+
if (_state.Status != ParserState.Ready)
126126
{
127127
return;
128128
}

0 commit comments

Comments
 (0)