mirror of
https://github.com/zadam/trilium.git
synced 2025-11-18 03:00:41 +01:00
many small fixes from Intellij analysis
This commit is contained in:
@@ -41,7 +41,7 @@ class WidgetsByParent {
|
||||
|
||||
add(widget) {
|
||||
if (!widget.parentWidget) {
|
||||
console.log(`Custom widget does not have mandatory 'getParent()' method defined`);
|
||||
console.log(`Custom widget does not have mandatory 'parentWidget' property defined`);
|
||||
return;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user