Skip to content

Commit

Permalink
Merge branch 'hotfix/3.20.3'
Browse files Browse the repository at this point in the history
  • Loading branch information
blackforestboi committed Jul 27, 2024
2 parents 229c3b5 + a6c8d3c commit e398e53
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 4 deletions.
2 changes: 1 addition & 1 deletion external/@worldbrain/memex-common
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "worldbrain-extension",
"version": "3.20.2",
"version": "3.20.3",
"homepage": "https://memex.garden",
"repository": "https://github.com/WorldBrain/Memex",
"scripts": {
Expand Down
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
3 changes: 3 additions & 0 deletions src/search-injection/components/youtubeActionBar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -1110,6 +1110,9 @@ export default class YoutubeButtonMenu extends React.Component<Props, State> {
)
}}
videoDuration={this.state.videoDuration}
calculateRangeInSeconds={
this.calculateRangeInSeconds
}
/>
</BottomArea>
)}
Expand Down

0 comments on commit e398e53

Please sign in to comment.