Skip to content

Commit

Permalink
edit cell selection tooltip to indicate output is not included
Browse files Browse the repository at this point in the history
  • Loading branch information
dlqqq committed Jul 29, 2024
1 parent 917e871 commit 45671b1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ export function SendButton(props: SendButtonProps): JSX.Element {
: textSelection
? `${textSelection.text.split('\n').length} lines selected`
: activeCell.exists
? '1 active cell'
? 'Code from 1 active cell'
: 'No selection or active cell';

const defaultTooltip = props.sendWithShiftEnter
Expand Down

0 comments on commit 45671b1

Please sign in to comment.