mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-14 05:14:54 +00:00
fix: add prefer-dom-node-append rule (#5108)
This commit is contained in:
@@ -84,7 +84,7 @@ export const playCheckAnimation = async (refElement: Element) => {
|
||||
border-radius: 50%;
|
||||
font-size: inherit;
|
||||
`;
|
||||
refElement.appendChild(sparkingEl);
|
||||
refElement.append(sparkingEl);
|
||||
|
||||
await sparkingEl.animate(
|
||||
[
|
||||
|
||||
Reference in New Issue
Block a user