From 522961fbcb81c9db9bc494b0cebf0fd78729155a Mon Sep 17 00:00:00 2001 From: Geido <60598000+geido@users.noreply.github.com> Date: Tue, 31 Aug 2021 12:46:44 +0300 Subject: [PATCH] Make Modal draggable and resizable (#16447) --- .../src/dashboard/components/SliceHeaderControls/index.tsx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/superset-frontend/src/dashboard/components/SliceHeaderControls/index.tsx b/superset-frontend/src/dashboard/components/SliceHeaderControls/index.tsx index 1b01980c7d2b6..f7a7dd246f11d 100644 --- a/superset-frontend/src/dashboard/components/SliceHeaderControls/index.tsx +++ b/superset-frontend/src/dashboard/components/SliceHeaderControls/index.tsx @@ -299,6 +299,8 @@ class SliceHeaderControls extends React.PureComponent< modalBody={ } + draggable + resizable responsive />