remove plugin import
This commit is contained in:
		
							parent
							
								
									d443be2a47
								
							
						
					
					
						commit
						7b623cc77f
					
				| @ -1,13 +1,11 @@ | ||||
| /* eslint-disable */ | ||||
| import abcjs from 'abcjs'; | ||||
| import markdownItNotesSheet from './libs/markdownItNotesSheet'; | ||||
| import extensionSvc from '../services/extensionSvc'; | ||||
| 
 | ||||
| const render = (elt) => { | ||||
|   const abcContent = elt.textContent; | ||||
|   elt.parentNode.parentNode.id = 'abcSheetPaper'; | ||||
|   abcjs.renderAbc('abcSheetPaper', abcContent, {}); | ||||
| } | ||||
| }; | ||||
| 
 | ||||
| extensionSvc.onGetOptions((options, properties) => { | ||||
|   options.abc = properties.extensions.abc.enabled; | ||||
|  | ||||
		Loading…
	
		Reference in New Issue
	
	Block a user
	 Felix Wu
						Felix Wu