mirror of
https://github.com/TiddlyWiki/TiddlyWiki5.git
synced 2026-04-25 07:15:48 +00:00
Dynaview: Fix crash
This commit is contained in:
@@ -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
|
||||
};
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user