mirror of
https://github.com/IT4Change/Ocelot-Social.git
synced 2025-12-13 07:45:56 +00:00
Fix by setting 'developerNoAutoClosing: false'
This commit is contained in:
parent
393c657e27
commit
e7d6afbc26
@ -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: {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user