mirror of
https://github.com/NodeBB/NodeBB.git
synced 2026-03-05 12:01:17 +01:00
fixed invocation of clickdn in snackbar
This commit is contained in:
@@ -112,7 +112,7 @@
|
||||
});
|
||||
|
||||
if (params.clickfn) {
|
||||
bar.on('click', clickfn);
|
||||
bar.on('click', params.clickfn);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user