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