mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 892841 - Break out of the toolbox children loop when we find the palette. r=dao
This commit is contained in:
parent
ea7f84839d
commit
8eed02dcb7
@ -49,6 +49,7 @@
|
||||
// Hold on to the palette but remove it from the document.
|
||||
toolbox.palette = node;
|
||||
toolbox.removeChild(node);
|
||||
break;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user