about summary refs log tree commit diff
path: root/MatrixRoomUtils.Web/wwwroot/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'MatrixRoomUtils.Web/wwwroot/index.html')
-rw-r--r--MatrixRoomUtils.Web/wwwroot/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/MatrixRoomUtils.Web/wwwroot/index.html b/MatrixRoomUtils.Web/wwwroot/index.html

index 028e56b..eeac69b 100644 --- a/MatrixRoomUtils.Web/wwwroot/index.html +++ b/MatrixRoomUtils.Web/wwwroot/index.html
@@ -32,7 +32,7 @@ if (element instanceof HTMLElement) { console.log(element); element.focus(); - } else { + } else if (element.__internalId) { console.log("Element is not an HTMLElement", element); } }