mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2025-09-30 06:35:59 +00:00
Update dependency eslint-plugin-unicorn to v61 (forgejo) (#9198)
Co-authored-by: Renovate Bot <forgejo-renovate-action@forgejo.org> Co-committed-by: Renovate Bot <forgejo-renovate-action@forgejo.org>
This commit is contained in:
parent
b602d58161
commit
bafdd4a56e
6 changed files with 9 additions and 20 deletions
|
@ -198,11 +198,7 @@ const sfc = {
|
|||
toggleGroupLogs(event) {
|
||||
const line = event.target.parentElement;
|
||||
const list = line.nextSibling;
|
||||
if (event.newState === 'open') {
|
||||
list.classList.remove('hidden');
|
||||
} else {
|
||||
list.classList.add('hidden');
|
||||
}
|
||||
list.classList.toggle('hidden', event.newState !== 'open');
|
||||
},
|
||||
|
||||
createLogLine(line, startTime, stepIndex, group) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue