mirror of
https://github.com/zadam/trilium.git
synced 2025-11-26 02:24:23 +01:00
chore(options/code): improve tooltip positioning & speed
This commit is contained in:
parent
9f381a7b30
commit
9a2979e577
@ -152,8 +152,9 @@ export function CodeMimeTypesList() {
|
||||
`;
|
||||
},
|
||||
selector: "label",
|
||||
placement: "right",
|
||||
fallbackPlacements: [ "left", "right" ],
|
||||
placement: "left",
|
||||
fallbackPlacements: [ "left" ],
|
||||
animation: false,
|
||||
html: true
|
||||
});
|
||||
const [ codeNotesMimeTypes, setCodeNotesMimeTypes ] = useTriliumOptionJson<string[]>("codeNotesMimeTypes");
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user