Skip to content

Commit

Permalink
Remove menu buttons from viewer (#102)
Browse files Browse the repository at this point in the history
  • Loading branch information
oguzhankoral authored Jan 16, 2025
1 parent d5e8cd8 commit 8816430
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/powerbi-visual/src/components/ViewerControls.vue
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<ButtonSimple flat secondary @click="onZoomExtentsClicked">
<ArrowsPointingOutIcon class="h-5 w-5" />
</ButtonSimple>
<Menu as="div" class="relative z-30">
<!-- <Menu as="div" class="relative z-30">
<MenuButton v-slot="{ open }" as="template">
<ButtonToggle flat secondary :active="open">
<VideoCameraIcon class="h-5 w-5" />
Expand Down Expand Up @@ -62,7 +62,7 @@
</ButtonToggle>
<ButtonSimple flat secondary @click="onClearPalletteClicked">
<PaintBrushIcon class="h-5 w-5" />
</ButtonSimple>
</ButtonSimple> -->
</ButtonGroup>
</template>

Expand Down

0 comments on commit 8816430

Please sign in to comment.