mirror of
https://github.com/zadam/trilium.git
synced 2025-12-20 23:29:55 +01:00
fix(promoted_attributes): value carrying over onto new notes
This commit is contained in:
@@ -207,7 +207,7 @@ function toObject<T, R>(array: T[], fn: (arg0: T) => [key: string, value: R]) {
|
||||
return obj;
|
||||
}
|
||||
|
||||
function randomString(len: number) {
|
||||
export function randomString(len: number) {
|
||||
let text = "";
|
||||
const possible = "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user