We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dd4e144 commit 5c5f291Copy full SHA for 5c5f291
1 file changed
js/src/base-component.js
@@ -45,6 +45,7 @@ class BaseComponent extends Config {
45
}
46
47
48
+ // Private
49
_queueCallback(callback, element, isAnimated = true) {
50
executeAfterTransition(callback, element, isAnimated)
51
0 commit comments