mirror of
https://github.com/ajayyy/SponsorBlock.git
synced 2025-12-11 05:57:07 +03:00
Fix second skip notice slot not working
This commit is contained in:
@@ -109,7 +109,7 @@ class NoticeComponent extends React.Component<NoticeProps, NoticeState> {
|
||||
mouseDownInfo: null,
|
||||
mouseMoved: false,
|
||||
right: bounds[0],
|
||||
bottom: bounds[1]
|
||||
bottom: props.showInSecondSlot ? 290 : bounds[1]
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user