Add Card component. Fix Popup. (#135)

Signed-off-by: Alexander Platov <sas_lord@mail.ru>
This commit is contained in:
Alexander Platov
2021-09-03 15:59:05 +02:00
committed by GitHub
parent 7a99603734
commit 246a4b3b5e
9 changed files with 151 additions and 69 deletions
@@ -50,7 +50,7 @@
const client = getClient()
function onClick(object: Doc) {
showPopup(open, { object, space }, 'right')
showPopup(open, { object, space }, 'float')
}
</script>