1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2025-04-06 18:56:56 +00:00

Fixes suggested by @pmario

This commit is contained in:
Jeremy Ruston 2025-02-14 14:11:08 +00:00
parent 8b05b725aa
commit 2028420e3b
2 changed files with 3 additions and 2 deletions

View File

@ -76,7 +76,7 @@ function BackgroundActionTracker(options) {
this.wiki = options.wiki;
this.title = options.title;
this.trackFilter = options.trackFilter;
this.actions = options.actions
this.actions = options.actions;
this.filterTracker = new $tw.FilterTracker(this.wiki);
this.hasChanged = false;
this.trackerID = this.filterTracker.track({

View File

@ -28,7 +28,8 @@ color:$(foregroundColor)$;
</$let>
\end
\define tag-pill-body(tag,icon,colour,element-tag,element-attributes,actions)
<!-- Note that the 'palette' parameter is unused and is only retained for backwards compatibility -->
\define tag-pill-body(tag,icon,colour,palette,element-tag,element-attributes,actions)
\whitespace trim
<$macrocall $name="tag-pill-inner"
tag=<<__tag__>>