Y.on('io:complete', M.block_accessibility.hide_loading); This triggers even for IO actions outside the block causing conflicts to other components. The bug caused the script to break while loading chat session because trial of hiding #loader icon that doesn't exists in case of hidden block. This solves #83
Y.on('io:complete', M.block_accessibility.hide_loading); This triggers even for IO actions outside the block causing conflicts to other components. The bug caused the script to break while loading chat session because trial of hiding #loader icon that doesn't exists in case of hidden block. This solves #83
Thanks to @jheenan for reporting it.