Skip to content

Commit

Permalink
アップロード時にSaveボタンを有効にする
Browse files Browse the repository at this point in the history
  • Loading branch information
ledyba committed Jul 23, 2021
1 parent 3760764 commit e6dd144
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions client/src/ura/editor/Editor.ts
Original file line number Diff line number Diff line change
Expand Up @@ -145,6 +145,7 @@ export default class Editor {
} else {
this.text_.value += '\n' + embedsString;
}
this.save_.disabled = false;
this.executePreviewUpdate_();
}
}
Expand Down

0 comments on commit e6dd144

Please sign in to comment.