Add afterClose param to reusabel context menu

Signed-off-by: Ajay Bura <ajbura@gmail.com>
This commit is contained in:
Ajay Bura
2022-01-13 18:43:22 +05:30
parent 257bbbeb8c
commit fb22b6ba1c
3 changed files with 8 additions and 3 deletions
+1
View File
@@ -146,6 +146,7 @@ class Navigation extends EventEmitter {
action.placement,
action.cords,
action.render,
action.afterClose,
);
},
};