remove comment in Control.Layers.js: TODO keyboard accessibility (#5684)

This commit is contained in:
Javier Jimenez Shaw 2017-08-03 15:36:57 +02:00 committed by Per Liedman
parent 50705e1f0d
commit 2dbda53cc3

View File

@ -206,8 +206,6 @@ export var Layers = Control.extend({
DomEvent.on(link, 'focus', this.expand, this);
}
// TODO keyboard accessibility
if (!collapsed) {
this.expand();
}