Skip to content

Commit

Permalink
WEBUI-1489: Display the + button on mobile browsers
Browse files Browse the repository at this point in the history
  • Loading branch information
rahuljain-dev committed Jul 17, 2024
1 parent fdff8c4 commit 6055ddf
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions elements/nuxeo-app.js
Original file line number Diff line number Diff line change
Expand Up @@ -459,11 +459,7 @@ Polymer({
</paper-header-panel>
</paper-drawer-panel>
<nuxeo-document-create-button
class$="[[page]]"
parent="[[currentParent]]"
hidden$="[[isMobile]]"
></nuxeo-document-create-button>
<nuxeo-document-create-button class$="[[page]]" parent="[[currentParent]]"></nuxeo-document-create-button>
<nuxeo-document-create-popup
id="importPopup"
parent="[[currentParent]]"
Expand Down

0 comments on commit 6055ddf

Please sign in to comment.