diff --git a/core/modules/macros/list/listviews/cecily.js b/core/modules/macros/list/listviews/cecily.js index 7863b7e30..a68585176 100644 --- a/core/modules/macros/list/listviews/cecily.js +++ b/core/modules/macros/list/listviews/cecily.js @@ -61,7 +61,7 @@ CecilyListView.prototype.lookupTiddlerInMap = function(title,domNode) { w: 300, h: 300 }; - this.newTiddlerPosition.x += domNode.offsetWidth/2; + this.newTiddlerPosition.x += domNode.offsetWidth; break; } // Return the position diff --git a/tw5.com/tiddlers/samples/CecilyView.tid b/tw5.com/tiddlers/samples/CecilyView.tid new file mode 100644 index 000000000..f488ce3ef --- /dev/null +++ b/tw5.com/tiddlers/samples/CecilyView.tid @@ -0,0 +1,3 @@ +title: CecilyView + +<> diff --git a/tw5.com/wiki/DefaultTiddlers.tid b/tw5.com/wiki/DefaultTiddlers.tid index 50b5df0f7..4e6f18248 100644 --- a/tw5.com/wiki/DefaultTiddlers.tid +++ b/tw5.com/wiki/DefaultTiddlers.tid @@ -1,6 +1,7 @@ title: $:/DefaultTiddlers HelloThere +CecilyView Introduction Improvements Docs \ No newline at end of file