зеркало из https://github.com/mozilla/gecko-dev.git
Bug 880277 - "Remove unnecessary delay when clicking tab close buttons sequentially doesn't work anymore on UX" [r=fryn]
This commit is contained in:
Родитель
c9416dbfc0
Коммит
aaf35f7120
|
@ -4137,7 +4137,7 @@
|
|||
* close many tabs at once.
|
||||
*/
|
||||
let target = event.originalTarget;
|
||||
if (target.className == 'tab-close-button') {
|
||||
if (target.classList.contains('tab-close-button')) {
|
||||
// We preemptively set this to allow the closing-multiple-tabs-
|
||||
// in-a-row case.
|
||||
if (this._blockDblClick) {
|
||||
|
|
Загрузка…
Ссылка в новой задаче