mirror of
https://github.com/pixelfed/pixelfed.git
synced 2024-11-09 16:24:51 +00:00
Update ComposeModal
This commit is contained in:
parent
3f354e854b
commit
d2e090e8bb
1 changed files with 4 additions and 0 deletions
|
@ -474,6 +474,10 @@ export default {
|
||||||
compose() {
|
compose() {
|
||||||
let state = this.composeState;
|
let state = this.composeState;
|
||||||
|
|
||||||
|
if(this.uploadProgress != 100 || this.ids.length == 0) {
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
|
||||||
switch(state) {
|
switch(state) {
|
||||||
case 'publish' :
|
case 'publish' :
|
||||||
if(this.media.length == 0) {
|
if(this.media.length == 0) {
|
||||||
|
|
Loading…
Reference in a new issue