19th January 2019, 4:31 PM
(This post was last modified: 19th January 2019, 4:31 PM by bls1999. Edited 1 time in total.)
(19th January 2019, 3:42 PM)Stxtics Wrote: Oh wow I didn't even notice that was the gifs URL.
I don't really know how the PM popup works but is it possible on appearing it checks if it contains a new line (\n) and if it does then remove it.
The problem is that they're two separate actions in two separate classes, so they execute [sort of] asynchronously of one another without formally declaring themselves as asynchronous. My plan would be to see if I can make one wait for the other.