Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
dzonidoo committed Jun 21, 2024
1 parent c2e6cb8 commit d0ea6cf
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ export function AuthoringEmbeddedDirective(superdeskFlags, api, notify, $filter)
scope.fullWidth = superdeskFlags.flags.hideMonitoring;
scope.setFullWidth = () => {
scope.hideMonitoring(true, new Event('click'));
}
};

// This function is duplicated from the directive `WorkspaceSidenavDirective.ts`.
scope.hideMonitoring = function(state, e) {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -160,8 +160,8 @@ export function AuthoringTopbarDirective(
scope.setFullWidth = () => {
scope.$applyAsync(() => {
scope.hideMonitoring(true, new Event('click'));
})
}
});
};

// This function is duplicated from the directive `WorkspaceSidenavDirective.ts`.
scope.hideMonitoring = function(state, e) {
Expand Down

0 comments on commit d0ea6cf

Please sign in to comment.