mirror of
https://github.com/zadam/trilium.git
synced 2025-11-05 04:45:47 +01:00
renamed Listener() to Event()
This commit is contained in:
@@ -48,7 +48,7 @@ export default class TabCachingWidget extends TabAwareWidget {
|
||||
widget.toggle(widget.isEnabled());
|
||||
}
|
||||
|
||||
tabRemovedListener({tabId}) {
|
||||
tabRemovedEvent({tabId}) {
|
||||
const widget = this.widgets[tabId];
|
||||
|
||||
if (widget) {
|
||||
|
||||
Reference in New Issue
Block a user