fixed CSS lazy loading (same file could be loaded multiple times)

This commit is contained in:
zadam
2019-08-30 21:22:52 +02:00
parent be477f178b
commit d4e27c1b76
4 changed files with 8 additions and 10 deletions

View File

@@ -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() {