Skip to content

Commit

Permalink
Fix style
Browse files Browse the repository at this point in the history
  • Loading branch information
sergio-costas committed May 12, 2024
1 parent aae1e63 commit ff7732b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion desktopIconsIntegration.js
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,8 @@ export class DesktopIconsUsableAreaClass {
_sendMarginsToExtension(extension) {
// check that the extension is an extension that has the logic to accept
// working margins
if ((extension?.state !== ExtensionUtils.ExtensionState.ENABLED) && (extension?.state !== ExtensionUtils.ExtensionState.ACTIVE))
if ((extension?.state !== ExtensionUtils.ExtensionState.ENABLED)
&& (extension?.state !== ExtensionUtils.ExtensionState.ACTIVE))
return;

const usableArea = extension?.stateObj?.DesktopIconsUsableArea;
Expand Down

0 comments on commit ff7732b

Please sign in to comment.