1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2025-10-31 23:53:00 +00:00

Fix popup positioning in the reveal widget

This commit is contained in:
Jeremy Ruston
2013-10-14 23:32:01 +01:00
parent c621339729
commit 20cd398e88
3 changed files with 38 additions and 3 deletions

View File

@@ -28,6 +28,7 @@ var TW_TextNode = function(text) {
var TW_Element = function(tag,namespace) {
bumpSequenceNumber(this);
this.isTiddlyWikiFakeDom = true;
this.tag = tag;
this.attributes = {};
this.isRaw = false;