Hello,
I’m having issues with “bitbucket.ui.pullrequest.diff.toolbar” section extension. It loads fine when opening the page with URL directly to Diff page, but when opening overview and then switching to Diff tab it won’t work without page refresh, am i missing something?
I’m using client side extension without webpack
<web-item key="diff-edit-button" section="bitbucket.ui.pullrequest.diff.toolbar">
<label key="" />
</web-item>
<web-resource key="pull-request-edit-button-resources">
<resource type="download" name="edit-button.js" location="/static/edit-button.js"/>
<context>bitbucket.ui.pullrequest.diff.toolbar</context>
</web-resource>
