Skip to content

Commit

Permalink
fix: misc
Browse files Browse the repository at this point in the history
  • Loading branch information
SpikeHD committed Dec 24, 2023
1 parent f2d8552 commit 59303e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/dorion-ptt/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ const settingsHandler = async (payload) => {
}),
observeDom(popupSelector, (node: HTMLDivElement) => {
// Remove the actual popout
node.remove()
node.innerHTML = ''

// Click the backdrop
const unobserveBackdrop = observeDom('div[class*="backdrop_"]', (backdrop: HTMLDivElement) => {
Expand Down

0 comments on commit 59303e1

Please sign in to comment.