mirror of
https://github.com/cryptpad/cryptpad.git
synced 2026-09-12 19:49:59 +05:00
Fix realtime conflicts in kanban
This commit is contained in:
parent
83f9928d19
commit
02da76d3de
@ -1216,6 +1216,8 @@ define([
|
||||
var json = kanban.getBoardJSON(id) || kanban.getItemJSON(id);
|
||||
var oldVal = json && json.title;
|
||||
|
||||
if (id === "new") { $el.remove(); }
|
||||
|
||||
return {
|
||||
id: id,
|
||||
newBoard: newBoard,
|
||||
|
||||
Loading…
Reference in New Issue
Block a user