@flozy/editor 2.0.5 → 2.0.7
Sign up to get free protection for your applications and to get access to all the features.
@@ -69,8 +69,9 @@ const ImageSelector = props => {
|
|
69
69
|
children: /*#__PURE__*/_jsxs(Tabs, {
|
70
70
|
sx: classes.tabs,
|
71
71
|
onChange: handleTabChange,
|
72
|
-
orientation: "horizontal",
|
73
72
|
value: tabValue,
|
73
|
+
variant: "scrollable",
|
74
|
+
scrollButtons: "auto",
|
74
75
|
children: [/*#__PURE__*/_jsx(Tab, {
|
75
76
|
className: `${isActive("upload")} ${TAB_SHOW[title].indexOf("upload") === -1 ? "hidden" : ""}`,
|
76
77
|
sx: classes.tab,
|