1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2025-11-15 23:07:18 +00:00

Rename <$value> widget to <$fill>

This commit is contained in:
jeremy@jermolene.com
2022-05-13 09:18:25 +01:00
parent 36cf50aa96
commit bbd9e2f243
7 changed files with 31 additions and 31 deletions

View File

@@ -443,7 +443,7 @@ Widget.prototype.makeChildWidget = function(parseTreeNode,options) {
type: "transclude",
children: [
{
type: "value",
type: "fill",
children: parseTreeNode.children
}
],