Ensure modified methods updated after changing a method from the modeling panel (#2929)

This commit is contained in:
Charis Kyriakou
2023-10-10 08:57:36 +01:00
committed by GitHub
parent 623890adc9
commit e98611fd21

View File

@@ -100,6 +100,10 @@ export class MethodModelingViewProvider extends AbstractWebviewViewProvider<
activeState.databaseItem,
msg.method,
);
this.modelingStore.addModifiedMethod(
activeState.databaseItem,
msg.method.signature,
);
break;
}
case "revealInModelEditor":