Closed eatondpe closed 3 years ago
David so true. Output gets some extra blocks. However, I did some testing and it seems if you add <%NOBLOCKOUTPUT%> to the notification block it won't output, even with multiple notification instances.
In my tests, adding <%NOBLOCKOUTPUT%>
to the the notification ...
<%NOTIFICATION:5,Press the counter button<br/>to complete the reset.%><%NOBLOCKOUTPUT%>
... also causes it to not present the notification.
🐞 Describe the behavior of the bug/issue you are encountering
<%NOTIFICATION:5,Press the counter button to complete the reset.%>
adds 1 new block on the page where called.<%NOTIFICATION:5,Press the counter button<br/>to complete the reset.%>
adds 2 new blocks on the page where called.💻 Environment
Platform: Windows
Browser: Brave
✔️ Describe what you think the Expected Behavior should be
The Notification command should produce the notification toast and nothing else. No blocks on the page should be created or modified by this command.
📜 Steps to reproduce the issue you are having
🔨 Describe any workarounds you've created/discovered
No known workarounds.
Adding NOBLOCKOUTPUT fails to produce the toast.
📷 Additional Info (Errors, Screenshots, GIFs, etc.)
https://www.loom.com/share/9e1fdf5bc45d40a48b9e7cc0d0394465
[label_bug]