Skip to content

Commit

Permalink
#78 | Missing [Go to field] after using Sitecore navigation features
Browse files Browse the repository at this point in the history
  • Loading branch information
alan-null committed Mar 7, 2017
1 parent c16aaae commit 88f2be3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions app/sc_ext/modules/fieldInspector/FieldInspectorModule.ts
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,8 @@ namespace SitecoreExtensions.Modules.FieldInspector {
initialize(): void {
window.addEventListener('load', () => this.refreshControls());
this.addTreeNodeHandlers('scContentTree');
HTMLHelpers.addProxy(scSitecore, 'postEvent', () => { this.refreshControls(); });
HTMLHelpers.addProxy(scForm, 'invoke', () => { this.refreshControls(); });
this.database = SitecoreExtensions.Context.Database();
this.lang = SitecoreExtensions.Context.Language();
this.idParser = new IdParser();
Expand Down

0 comments on commit 88f2be3

Please sign in to comment.