You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, calling CoffeeTable.log, etc, before the widget has finished loading results in an error since the widget's DOM isn't complete. DOM ready isn't reliable, since the widget is already initializing after DOM ready by default. Calls to the API need to be buffered if the widget hasn't finished initializing. Or perhaps a 'ready' event on the widget that can handle a callback.
The text was updated successfully, but these errors were encountered:
Currently, calling
CoffeeTable.log
, etc, before the widget has finished loading results in an error since the widget's DOM isn't complete. DOM ready isn't reliable, since the widget is already initializing after DOM ready by default. Calls to the API need to be buffered if the widget hasn't finished initializing. Or perhaps a 'ready' event on the widget that can handle a callback.The text was updated successfully, but these errors were encountered: