Wellington Moreno
Wellington Moreno
I am also having this problem, and setting the alpha to `0` did not help.
Worked around this problem by using my own boolean flag to prevent multiple firings. ```kotlin if (inFlight) return inFlight = true //some code... inFlight = false ```
@HeIp Yea, might just embed this logic straight into the code, or just fallback to a simple regex.
+1 for ability to design an individual post from the **Posts Widget**.
Did you ever fix this?