mirror of
				https://codeberg.org/yeentown/barkey.git
				synced 2025-11-03 23:14:13 +00:00 
			
		
		
		
	Fix #7689
This commit is contained in:
		
							parent
							
								
									c3b55b6849
								
							
						
					
					
						commit
						fe7bc174fb
					
				
					 2 changed files with 6 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -7,6 +7,11 @@
 | 
			
		|||
 | 
			
		||||
-->
 | 
			
		||||
 | 
			
		||||
## 12.89.2 (2021/08/24)
 | 
			
		||||
 | 
			
		||||
### Bugfixes
 | 
			
		||||
- カスタムCSSを有効にしているとエラーになる問題を修正
 | 
			
		||||
 | 
			
		||||
## 12.89.1 (2021/08/24)
 | 
			
		||||
 | 
			
		||||
### Improvements
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -109,7 +109,7 @@
 | 
			
		|||
	if (customCss && customCss.length > 0) {
 | 
			
		||||
		const style = document.createElement('style');
 | 
			
		||||
		style.innerHTML = customCss;
 | 
			
		||||
		head.appendChild(style);
 | 
			
		||||
		document.head.appendChild(style);
 | 
			
		||||
	}
 | 
			
		||||
 | 
			
		||||
	// eslint-disable-next-line no-inner-declarations
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		
		Reference in a new issue