Ensure modified methods updated after changing a method from the modeling panel (#2929)
This commit is contained in:
@@ -100,6 +100,10 @@ export class MethodModelingViewProvider extends AbstractWebviewViewProvider<
|
||||
activeState.databaseItem,
|
||||
msg.method,
|
||||
);
|
||||
this.modelingStore.addModifiedMethod(
|
||||
activeState.databaseItem,
|
||||
msg.method.signature,
|
||||
);
|
||||
break;
|
||||
}
|
||||
case "revealInModelEditor":
|
||||
|
||||
Reference in New Issue
Block a user