1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2025-04-06 02:37:14 +00:00

add function wrapper to dyannotate-startup

This commit is contained in:
pmario 2025-03-16 17:28:13 +01:00
parent c047bdb867
commit 8af6049eea

View File

@ -8,6 +8,7 @@ module-type: startup
Startup the dyannotate background daemon to track the selection
\*/
(function(){
"use strict";
@ -55,3 +56,5 @@ exports.startup = function() {
$tw.dynannotate.elementSpotlight.shineSpotlight(selectors);
});
};
})();