Skip to content

Commit

Permalink
Speech-Bubbles -- prettier shut
Browse files Browse the repository at this point in the history
  • Loading branch information
SharkPool-SP committed Sep 15, 2024
1 parent ec7c502 commit 77f6940
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion extensions/SharkPool/Speech-Bubbles.js
Original file line number Diff line number Diff line change
Expand Up @@ -550,7 +550,7 @@
const id = this.getTargetId(args.SPRITE, util, false);
const encodedId = this.makeEncodedID(id);
if (!encodedId) return;
if (!allBubbles[encodedId]) this.addDefault(target);
if (!allBubbles[encodedId]) this.addDefault(id);
let element = allBubbles[encodedId].element;
if (!element) return;
const setter = args.TYPE === "arrow" ? element.querySelector(`div[id="arrow-ID"]`) : element;
Expand Down

0 comments on commit 77f6940

Please sign in to comment.