Implement app update view
This commit is contained in:
@@ -102,13 +102,17 @@ const applinkDialog = useTemplateRef('applinkDialog');
|
||||
|
||||
// hook for applinks otherwise it is a link
|
||||
function openAppEdit(app, event) {
|
||||
console.log('app eidt!')
|
||||
if (app.type === APP_TYPES.LINK) {
|
||||
applinkDialog.value.open(app);
|
||||
event.preventDefault();
|
||||
}
|
||||
|
||||
event.stopPropagation();
|
||||
}
|
||||
|
||||
function onOpenApp(app, event) {
|
||||
console.log('on open app', event)
|
||||
function stopEvent() {
|
||||
event.stopPropagation();
|
||||
event.preventDefault();
|
||||
|
||||
Reference in New Issue
Block a user