mirror of
https://iceshrimp.dev/crimekillz/iceshrimp-161sh.git
synced 2024-11-22 20:23:49 +01:00
Fix bug
This commit is contained in:
parent
3aad234d85
commit
dfbb4755d6
@ -23,6 +23,9 @@
|
||||
|
||||
this.func = () => {
|
||||
if (++this.data.design == 3) this.data.design = 0;
|
||||
this.refs.activity.update({
|
||||
design: this.data.design
|
||||
});
|
||||
this.save();
|
||||
};
|
||||
</script>
|
||||
|
Loading…
Reference in New Issue
Block a user