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 a03a9d6 commit 3bb3c95Copy full SHA for 3bb3c95
1 file changed
js/src/collapse.js
@@ -204,11 +204,11 @@ class Collapse extends BaseComponent {
204
this._queueCallback(complete, this._element, true)
205
}
206
207
+ // Private
208
_isShown(element = this._element) {
209
return element.classList.contains(CLASS_NAME_SHOW)
210
211
- // Private
212
_configAfterMerge(config) {
213
config.toggle = Boolean(config.toggle) // Coerce string values
214
config.parent = getElement(config.parent)
0 commit comments