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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user