mirror of
				https://github.com/zadam/trilium.git
				synced 2025-10-31 02:16:05 +01:00 
			
		
		
		
	renamed notefull to notecomplement
This commit is contained in:
		| @@ -1,7 +1,9 @@ | ||||
| import utils from '../services/utils.js'; | ||||
|  | ||||
| export default class Component { | ||||
|     /** @param {AppContext} appContext */ | ||||
|     constructor(appContext) { | ||||
|         this.componentId = `component-${this.constructor.name}`; | ||||
|         this.componentId = `comp-${this.constructor.name}-` + utils.randomString(10); | ||||
|         this.appContext = appContext; | ||||
|         /** @type Component[] */ | ||||
|         this.children = []; | ||||
|   | ||||
		Reference in New Issue
	
	Block a user