Tooltip: Provide argument for custom callback (#7522)

This commit is contained in:
Jukka Kurkela 2020-06-19 00:37:27 +03:00 committed by GitHub
parent 40871b0062
commit 2e4d623bf3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -669,7 +669,7 @@ export class Tooltip extends Element {
}
if (changed && options.custom) {
options.custom.call(me);
options.custom.call(me, [me]);
}
}