mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2025-04-04 01:36:57 +00:00
Dynaview: Fix crash
This commit is contained in:
parent
f4fe254038
commit
a89991cc46
@ -239,7 +239,7 @@ function findTopmostTiddler() {
|
||||
return {
|
||||
element: topmostElement,
|
||||
offset: -topmostElementTop,
|
||||
title: topmostElement.getAttribute("data-tiddler-title")
|
||||
title: topmostElement ? topmostElement.getAttribute("data-tiddler-title") : null
|
||||
};
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user