mirror of
https://github.com/Ocelot-Social-Community/Ocelot-Social.git
synced 2025-12-12 23:35:58 +00:00
Fix by setting 'developerNoAutoClosing: false'
This commit is contained in:
parent
393c657e27
commit
e7d6afbc26
@ -33,7 +33,7 @@ export default {
|
||||
data() {
|
||||
return {
|
||||
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: {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user