mirror of
https://github.com/zadam/trilium.git
synced 2025-11-17 02:30:42 +01:00
many small fixes from Intellij analysis
This commit is contained in:
@@ -68,7 +68,7 @@ export default class CodeButtonsWidget extends NoteContextAwareWidget {
|
||||
super.doRender();
|
||||
}
|
||||
|
||||
refreshWithNote(note) {
|
||||
async refreshWithNote(note) {
|
||||
this.$executeButton.toggle(
|
||||
note.mime.startsWith('application/javascript')
|
||||
|| note.mime === 'text/x-sqlite;schema=trilium'
|
||||
|
||||
Reference in New Issue
Block a user