1
0
Fork 0
mirror of https://github.com/paricafe/misskey.git synced 2025-03-21 14:09:25 -05:00

Deckのタイムラインカラムの初回種別選択でキャンセルが押されたらタイムラインカラムを消すように ()

Fix 
This commit is contained in:
rinsuki 2020-07-12 15:33:04 +09:00 committed by GitHub
parent f8e06f12fd
commit d4b0761549
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -95,7 +95,7 @@ export default Vue.extend({
});
if (canceled) {
if (this.column.tl == null) {
this.setType();
this.$store.commit('deviceUser/removeDeckColumn', this.column.id);
}
return;
}