Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
barmac committed Jun 27, 2022
1 parent d2a03bf commit 7b14df1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/features/align-elements/AlignElementsMenuProvider.js
Expand Up @@ -43,6 +43,8 @@ AlignElementsMenuProvider.prototype.getPopupMenuEntries = function(elements) {
};

AlignElementsMenuProvider.prototype._isAllowed = function(elements) {

// TODO(barmac): implement
return true;
};

Expand Down
Expand Up @@ -32,6 +32,8 @@ DistributeElementsMenuProvider.prototype.getPopupMenuEntries = function(elements
};

DistributeElementsMenuProvider.prototype._isAllowed = function(elements) {

// TODO(barmac): implement
return true;
};

Expand Down

0 comments on commit 7b14df1

Please sign in to comment.