Add private comment to BaseComponent Class (#41254)

This commit is contained in:
Mohamad Salman 2025-04-22 05:33:04 +02:00 committed by GitHub
parent dd4e14499f
commit 5c5f2913df
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 0 deletions

View File

@ -45,6 +45,7 @@ class BaseComponent extends Config {
}
}
// Private
_queueCallback(callback, element, isAnimated = true) {
executeAfterTransition(callback, element, isAnimated)
}