Skip to content

Commit

Permalink
fix: temporarily disable Random and Disco viewport controls until the…
Browse files Browse the repository at this point in the history
… full JS logic for these is re-enabled
  • Loading branch information
bolt-bot committed Aug 28, 2019
1 parent cf2ecc1 commit 14b9a19
Showing 1 changed file with 4 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -214,12 +214,8 @@ class ViewportSizes extends BaseComponent {
</Tooltip>
</li>
)}
{!this.ishControlsHide.random && (
{/* {!this.ishControlsHide.random && (
<li class="pl-c-size-list__item">
{/* <button class="pl-c-size-list__action" id="pl-size-random">
Rand
</button> */}

<Tooltip
placement="top"
trigger="hover"
Expand Down Expand Up @@ -247,8 +243,8 @@ class ViewportSizes extends BaseComponent {
)}
</Tooltip>
</li>
)}
{!this.ishControlsHide.disco && (
)} */}
{/* {!this.ishControlsHide.disco && (
<li class="pl-c-size-list__item">
<Tooltip
placement="top"
Expand Down Expand Up @@ -278,7 +274,7 @@ class ViewportSizes extends BaseComponent {
)}
</Tooltip>
</li>
)}
)} */}
{!this.ishControlsHide.hay && (
<li class="pl-c-size-list__item">
<button class="pl-c-size-list__action mode-link" id="pl-size-hay">
Expand Down

0 comments on commit 14b9a19

Please sign in to comment.