Skip to content

Rebind ModalNotification does not work #14693

Answered by msujew
safisa asked this question in Q&A
Discussion options

You must be logged in to vote

There is actually a way to override it, but not though the normal means of using inversify. I've done this a few times in the past due to the inversify limitation:

MessageRegistryMainImpl.prototype.doShowMessage = (arg1, arg2, ...) => {
   // implement your override in here
};

Replies: 1 comment 3 replies

Comment options

You must be logged in to vote
3 replies
@safisa
Comment options

@msujew
Comment options

Answer selected by safisa
@safisa
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants