mirror of
https://github.com/ajayyy/SponsorBlock.git
synced 2025-12-08 12:37:05 +03:00
fix typings and revert spacing
This commit is contained in:
@@ -32,7 +32,6 @@ export class RectangleTooltip {
|
||||
this.text = props.text;
|
||||
props.fontSize ??= "10px";
|
||||
|
||||
|
||||
this.container = document.createElement('div');
|
||||
props.htmlId ??= "sponsorRectangleTooltip" + props.text;
|
||||
this.container.id = props.htmlId;
|
||||
|
||||
Reference in New Issue
Block a user