Mentions légales du service

Skip to content
Snippets Groups Projects
Commit faec8e62 authored by VIAUD Nathan's avatar VIAUD Nathan
Browse files

fix: context menu actions doesn't save state

parent 392d6639
No related branches found
No related tags found
1 merge request!125Resolve "beforeEachRecevice in contextMenu.service doesn't work"
Pipeline #963254 passed
......@@ -43,7 +43,7 @@ const extendedApi: ExtendedApiInterface = {
receive: (channel: string, callback: (...args: any[]) => void) => {
api.receive(channel, (...args) => {
// noinspection BadExpressionStatementJS
beforeEachReceive; // Call beforeEachReceive before receiving data
beforeEachReceive(); // Call beforeEachReceive before receiving data
callback(...args);
});
},
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment