mirror of
https://github.com/zadam/trilium.git
synced 2025-10-28 16:56:34 +01:00
camelCase builtin labels
This commit is contained in:
@@ -175,7 +175,7 @@ async function saveNoteRevision(note) {
|
||||
const msSinceDateCreated = now.getTime() - dateUtils.parseDateTime(note.dateCreated).getTime();
|
||||
|
||||
if (note.type !== 'file'
|
||||
&& labelsMap.disable_versioning !== 'true'
|
||||
&& labelsMap.disableVersioning !== 'true'
|
||||
&& !existingnoteRevisionId
|
||||
&& msSinceDateCreated >= noteRevisionSnapshotTimeInterval * 1000) {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user