From 67fadbf87e7e5883908484bf4e248f7166f6e23c Mon Sep 17 00:00:00 2001 From: Rohan Date: Wed, 16 Oct 2024 12:13:37 +0530 Subject: [PATCH] [atable] make modal placement dynamic (#166) --- atable/src/components/ACell.vue | 23 ++++++++++--------- atable/src/components/ATable.vue | 22 +++++++++++------- atable/tests/table.spec.ts | 6 ++--- .../fix-modal-bounds_2024-10-16-06-35.json | 10 ++++++++ 4 files changed, 39 insertions(+), 22 deletions(-) create mode 100644 common/changes/@stonecrop/atable/fix-modal-bounds_2024-10-16-06-35.json diff --git a/atable/src/components/ACell.vue b/atable/src/components/ACell.vue index 22f9cf1d..012221e5 100644 --- a/atable/src/components/ACell.vue +++ b/atable/src/components/ACell.vue @@ -28,6 +28,7 @@