Fix by setting 'developerNoAutoClosing: false'

This commit is contained in:
Wolfgang Huß 2023-03-20 14:44:53 +01:00
parent 393c657e27
commit e7d6afbc26

View File

@ -33,7 +33,7 @@ export default {
data() { data() {
return { return {
isPopoverOpen: false, isPopoverOpen: false,
developerNoAutoClosing: true, // stops automatic closing of menu for developer purposes: default is 'false' developerNoAutoClosing: false, // stops automatic closing of menu for developer purposes: default is 'false'
} }
}, },
computed: { computed: {