Skip to content

Commit

Permalink
fix: onRequestCompareFile event listener for editors 7.4
Browse files Browse the repository at this point in the history
  • Loading branch information
rivexe committed Feb 26, 2024
1 parent f8b9c0f commit 38cbf78
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions js/editor.js
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,7 @@
config.events.onRequestInsertImage = OCA.Onlyoffice.onRequestInsertImage;
config.events.onRequestMailMergeRecipients = OCA.Onlyoffice.onRequestMailMergeRecipients;
config.events.onRequestSelectDocument = OCA.Onlyoffice.onRequestSelectDocument;
config.events.onRequestCompareFile = OCA.Onlyoffice.onRequestSelectDocument; //todo: remove (for editors 7.4)
config.events.onRequestSendNotify = OCA.Onlyoffice.onRequestSendNotify;
config.events.onRequestReferenceData = OCA.Onlyoffice.onRequestReferenceData;
config.events.onRequestOpen = OCA.Onlyoffice.onRequestOpen;
Expand Down

0 comments on commit 38cbf78

Please sign in to comment.