Replace Modal with Popup (#119)

Signed-off-by: Alexander Platov <sas_lord@mail.ru>
This commit is contained in:
Alexander Platov
2021-09-01 18:31:05 +02:00
committed by GitHub
parent 97798f0097
commit f57711e9e9
9 changed files with 32 additions and 118 deletions
@@ -50,7 +50,7 @@
const client = getClient()
function onClick(object: Doc) {
showPopup(open, { object, space })
showPopup(open, { object, space }, 'right')
}
</script>