remove comment in Control.Layers.js: TODO keyboard accessibility (#5684)
This commit is contained in:
parent
50705e1f0d
commit
2dbda53cc3
@ -206,8 +206,6 @@ export var Layers = Control.extend({
|
|||||||
DomEvent.on(link, 'focus', this.expand, this);
|
DomEvent.on(link, 'focus', this.expand, this);
|
||||||
}
|
}
|
||||||
|
|
||||||
// TODO keyboard accessibility
|
|
||||||
|
|
||||||
if (!collapsed) {
|
if (!collapsed) {
|
||||||
this.expand();
|
this.expand();
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user