oop
This commit is contained in:
		
							parent
							
								
									e6f759eecd
								
							
						
					
					
						commit
						cf2bf2b43a
					
				
					 1 changed files with 2 additions and 3 deletions
				
			
		| 
						 | 
					@ -121,9 +121,8 @@ const cssRuntime = `
 | 
				
			||||||
    Object.assign(document.createElement("style"), {
 | 
					    Object.assign(document.createElement("style"), {
 | 
				
			||||||
        textContent: ${cssText},
 | 
					        textContent: ${cssText},
 | 
				
			||||||
        id: "vencord-css-core"
 | 
					        id: "vencord-css-core"
 | 
				
			||||||
    }),
 | 
					    })
 | 
				
			||||||
    { once: true }
 | 
					), { once: true });
 | 
				
			||||||
));
 | 
					 | 
				
			||||||
`;
 | 
					`;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
await Promise.all([
 | 
					await Promise.all([
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in a new issue