Skip to content

Commit

Permalink
Merge branch 'frontend-ln-paste-invoice' into staging-ln
Browse files Browse the repository at this point in the history
  • Loading branch information
thisconnect committed Feb 27, 2024
2 parents 83836fe + 80e67e6 commit 99ae2cc
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions frontends/web/src/routes/lightning/send/send.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -124,13 +124,12 @@ const SendWorkflow = ({
<ViewContent textAlign="center">
<Grid col="1">
<Column>
{/* this flickers quickly, as there is 'SdkError: Generic: Breez SDK error: Unrecognized input type' when logging rawInputError */}
{rawInputError && <Status type="warning">{rawInputError}</Status>}
<ScanQRVideo onResult={onCameraInput} />
{/* Note: unfortunatelly we probably can't read from HTML5 clipboard api directly in Qt/Android WebView */}
<Button transparent onClick={() => console.log('TODO: implement paste')}>
{/* temporary disabled paste button, reason: reading from HTML5 clipboard api is surpressed in Qt/Android WebView */}
{/* <Button transparent onClick={() => console.log('TODO: implement paste')}>
{t('lightning.send.rawInput.label')}
</Button>
</Button> */}
</Column>
</Grid>
</ViewContent>
Expand Down

0 comments on commit 99ae2cc

Please sign in to comment.