Ma77Ball commented on code in PR #3602:
URL: https://github.com/apache/texera/pull/3602#discussion_r2366388168
##########
core/gui/src/app/workspace/service/joint-ui/joint-ui.service.ts:
##########
@@ -510,6 +510,51 @@ export class JointUIService {
});
}
+ private static RemoveButton: new () => joint.linkTools.Button; // private
static property to cache the button class.
+
+ public getRemoveButton(): new () => joint.linkTools.Button {
Review Comment:
As far as I can tell, these functions don't rely on any variables or context
in the service except to unify jointjs factory functions.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]