Skip to content

Commit

Permalink
Fix bug where text with " would not properly be detected in AI context
Browse files Browse the repository at this point in the history
  • Loading branch information
blackforestboi committed Jul 27, 2024
1 parent 7b9b726 commit d41e4ac
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion external/@worldbrain/memex-common
5 changes: 3 additions & 2 deletions src/in-page-ui/ribbon/react/components/ribbon.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -1966,8 +1966,9 @@ export default class Ribbon extends Component<Props, State> {
<TooltipBox
tooltipText={
<span>
One Click: More Options
<br /> Double Click: Instant remove action bar
Close Action Bar
<br /> Shift+Click to disable <br />
or block on page
</span>
}
placement={
Expand Down

0 comments on commit d41e4ac

Please sign in to comment.