wagtail-review-admin.js is inserted through the insert_editor_js hook, but _editor_js.html is included on various other pages besides the page edit view, and the initTabs code does not bother to check whether we're actually on the page edit view.
As a result, the "Share" and "Comments" tabs show on any admin page that has tabs and includes _editor_js.html, such as the user edit view:
wagtail-review-admin.js is inserted through the
insert_editor_js
hook, but _editor_js.html is included on various other pages besides the page edit view, and theinitTabs
code does not bother to check whether we're actually on the page edit view.As a result, the "Share" and "Comments" tabs show on any admin page that has tabs and includes _editor_js.html, such as the user edit view: