Skip to content

Commit

Permalink
applyStyle: fix typing
Browse files Browse the repository at this point in the history
  • Loading branch information
tanriol committed Apr 27, 2024
1 parent ab03c5a commit 9ebe6a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/feedlist.js
Original file line number Diff line number Diff line change
Expand Up @@ -1266,6 +1266,6 @@ export let Commands = {
(/** @type HTMLLinkElement */ (document.getElementById('custom-css'))).href = url;
// Child window style
let frame = /** @type HTMLIFrameElement */ (document.getElementById('feed-view'));
frame.contentDocument.getElementById('custom-css').href = url;
(/** @type HTMLLinkElement */ (frame.contentDocument.getElementById('custom-css'))).href = url;
},
};

0 comments on commit 9ebe6a3

Please sign in to comment.