We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
編集中にセッションが切れた後で、ページを保存しようとすると、うまく保存できない場合がある。 編集をはじめたときに、セッションが切れた場合、編集内容を覚えておいて、再ログイン後に保存できるようにする。
The text was updated successfully, but these errors were encountered:
Sorry, something went wrong.
エディタに自動保存機能 #64
e06a98d
No branches or pull requests
編集中にセッションが切れた後で、ページを保存しようとすると、うまく保存できない場合がある。
編集をはじめたときに、セッションが切れた場合、編集内容を覚えておいて、再ログイン後に保存できるようにする。
(案1) セッションが切れても保存できる仕組みを作る
(案2) 保存内容を一時退避しておく
(案3) 定期的にサーバーに自動的にアクセスする
The text was updated successfully, but these errors were encountered: