mirror of
https://github.com/Frooodle/Stirling-PDF.git
synced 2025-09-26 17:52:59 +02:00
remove select mode
This commit is contained in:
parent
c17dd25069
commit
35863ac610
@ -278,19 +278,6 @@ export default function RightRail() {
|
|||||||
</ActionIcon>
|
</ActionIcon>
|
||||||
</Tooltip>
|
</Tooltip>
|
||||||
|
|
||||||
{/* Select Mode */}
|
|
||||||
<Tooltip content={t('rightRail.selectMode', 'Select Mode')} position="left" offset={12} arrow>
|
|
||||||
<ActionIcon
|
|
||||||
variant="subtle"
|
|
||||||
radius="md"
|
|
||||||
className="right-rail-icon"
|
|
||||||
onClick={() => window.embedPdfControls?.pointer()}
|
|
||||||
disabled={currentView !== 'viewer'}
|
|
||||||
>
|
|
||||||
<LocalIcon icon="mouse-pointer" width="1.5rem" height="1.5rem" />
|
|
||||||
</ActionIcon>
|
|
||||||
</Tooltip>
|
|
||||||
|
|
||||||
{/* Rotate Left */}
|
{/* Rotate Left */}
|
||||||
<Tooltip content={t('rightRail.rotateLeft', 'Rotate Left')} position="left" offset={12} arrow>
|
<Tooltip content={t('rightRail.rotateLeft', 'Rotate Left')} position="left" offset={12} arrow>
|
||||||
<ActionIcon
|
<ActionIcon
|
||||||
|
Loading…
Reference in New Issue
Block a user