mirror of
https://github.com/zadam/trilium.git
synced 2025-11-02 03:16:11 +01:00
fixed CSS lazy loading (same file could be loaded multiple times)
This commit is contained in:
@@ -56,11 +56,7 @@ function registerEntrypoints() {
|
||||
return;
|
||||
}
|
||||
|
||||
import(NOTE_SOURCE).then(d => {
|
||||
console.log(d);
|
||||
|
||||
d.showDialog()
|
||||
});
|
||||
import(NOTE_SOURCE).then(d => d.showDialog());
|
||||
});
|
||||
|
||||
$noteTabContainer.on("click", ".show-link-map-button", function() {
|
||||
|
||||
Reference in New Issue
Block a user