mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-01-06 16:58:49 +01:00
🎨 Flashcards are not allowed to be modified during data sync to avoid data overwriting https://github.com/siyuan-note/siyuan/issues/10167
This commit is contained in:
parent
43c6fabcdc
commit
c3b4aa971d
6 changed files with 11 additions and 6 deletions
|
|
@ -115,7 +115,7 @@ func flushTx(tx *Transaction) {
|
|||
util.PushTxErr("Transaction failed", txErr.code, nil)
|
||||
return
|
||||
case TxErrCodeDataIsSyncing:
|
||||
util.PushErrMsg(Conf.Language(81), 5000)
|
||||
util.PushMsg(Conf.Language(222), 5000)
|
||||
default:
|
||||
txData, _ := gulu.JSON.MarshalJSON(tx)
|
||||
logging.LogFatalf(logging.ExitCodeFatal, "transaction failed [%d]: %s\n tx [%s]", txErr.code, txErr.msg, txData)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue