Application hangs when the notification is closed.
Summary
Application hangs when the notification is closed.Content
Hi All,
I am triggering the firenotification event to give notification in action chain, this action chain is associated with the button defined in the offacanvas layout.When we close the notification application hangs and not getting any error also in the console. Please advise.
Regards,
Chethan TM
Version
19.1.3Code Snippet
<div class="oj-offcanvas-outer-wrapper" style="border: 1px solid #d1e6f9;"> <div id="startDrawer" class="oj-offcanvas-start oj-panel" style="width: 400px;border: 1px solid #d1e6f9;"> <div class="oj-flex"> <div class="oj-flex-item oj-sm-12 oj-md-2"><oj-button id="oj-button--1388718787-1" on-oj-action="[[$listeners.ojButton13887187871OjAction]]">Button</oj-button> </div> </div> </div> <div id="mainContent" class="demo-main-content" style="padding: 10px;height: 52em;"> <div class="oj-flex-bar oj-sm-align-items-center"> <div class="oj-flex-bar-start"> <span class="oj-flex-item oj-sm-12 oj-md-1 vb-icon vb-icon-hamburger-menu" id="hamburgermenu" on-click="[[$listeners.hamburgermenuClick]]"></span> </div> <div class="oj-flex oj-flex-item"> <div class="oj-flex-item oj-sm-12 oj-md-1"></div>
0