🎨
This commit is contained in:
parent
7947036af9
commit
f11ebafe47
11 changed files with 46 additions and 111 deletions
|
|
@ -300,8 +300,7 @@ export default Vue.extend({
|
|||
|
||||
setVisibility() {
|
||||
const w = this.$root.new(MkVisibilityChooser, {
|
||||
source: this.$refs.visibilityButton,
|
||||
compact: true
|
||||
source: this.$refs.visibilityButton
|
||||
});
|
||||
w.$once('chosen', v => {
|
||||
this.applyVisibility(v);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue