mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-18 19:21:34 +08:00
refactor(all): using ComponentInterface
This commit is contained in:
@ -45,7 +45,7 @@ async function executeAction(handler: Handler | undefined) {
|
||||
try {
|
||||
if (handler) {
|
||||
const result = handler();
|
||||
if (result) {
|
||||
if (result != null) {
|
||||
await result;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user