mirror of
https://github.com/hcengineering/platform.git
synced 2026-08-24 13:22:23 +02:00
Fix adding several cards (#1722)
Signed-off-by: Dvinyanin Alexandr <dvinyanin.alexandr@gmail.com>
This commit is contained in:
@@ -60,6 +60,7 @@
|
||||
}
|
||||
|
||||
async function addCards (title: string, checkNewLine: boolean = false) {
|
||||
onClose()
|
||||
if (!checkNewLine) {
|
||||
return addCard(title.replace('\n', ' '))
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user