mirror of
				https://github.com/zadam/trilium.git
				synced 2025-11-03 20:06:08 +01:00 
			
		
		
		
	fix height of textarea of SQL console
This commit is contained in:
		@@ -149,7 +149,8 @@ export default class NoteDetailWidget extends NoteContextAwareWidget {
 | 
			
		||||
        // https://github.com/zadam/trilium/issues/2522
 | 
			
		||||
        this.$widget.toggleClass("full-height",
 | 
			
		||||
            !this.noteContext.hasNoteList()
 | 
			
		||||
            && ['editable-text', 'editable-code'].includes(this.type));
 | 
			
		||||
            && ['editable-text', 'editable-code'].includes(this.type)
 | 
			
		||||
            && this.mime !== 'text/x-sqlite;schema=trilium');
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
    getTypeWidget() {
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user