diff --git a/lama_cleaner/app/src/components/CoffeeIcon/CoffeeIcon.tsx b/lama_cleaner/app/src/components/CoffeeIcon/CoffeeIcon.tsx
index bb7d830..b9a9279 100644
--- a/lama_cleaner/app/src/components/CoffeeIcon/CoffeeIcon.tsx
+++ b/lama_cleaner/app/src/components/CoffeeIcon/CoffeeIcon.tsx
@@ -14,7 +14,6 @@ const CoffeeIcon = () => {
}
/>
diff --git a/lama_cleaner/app/src/components/Editor/Editor.tsx b/lama_cleaner/app/src/components/Editor/Editor.tsx
index 27a411d..e769ff8 100644
--- a/lama_cleaner/app/src/components/Editor/Editor.tsx
+++ b/lama_cleaner/app/src/components/Editor/Editor.tsx
@@ -59,7 +59,6 @@ import Croper from '../Croper/Croper'
import emitter, {
EVENT_PROMPT,
EVENT_CUSTOM_MASK,
- CustomMaskEventData,
EVENT_PAINT_BY_EXAMPLE,
} from '../../event'
import FileSelect from '../FileSelect/FileSelect'
@@ -1454,7 +1453,6 @@ export default function Editor() {
}
disabled={isInteractiveSeg || isInpainting || !isOriginalLoaded}
onClick={() => {
@@ -1466,14 +1464,12 @@ export default function Editor() {
/>
}
disabled={scale === minScale && panned === false}
onClick={resetZoom}
/>
}
className={showOriginal ? 'eyeicon-active' : ''}
onDown={ev => {
@@ -1536,7 +1530,6 @@ export default function Editor() {
/>
}
disabled={!renders.length}
onClick={download}
@@ -1545,7 +1538,6 @@ export default function Editor() {
{settings.runInpaintingManually && !isSD && !isPaintByExample && (
}
toolTip="Descending order"
- tooltipPosition="bottom"
onClick={() => {
setSortOrder(SortOrder.DESCENDING)
}}
@@ -212,7 +211,6 @@ export default function FileManager(props: Props) {
}
toolTip="Ascending order"
- tooltipPosition="bottom"
onClick={() => {
setSortOrder(SortOrder.ASCENDING)
}}
diff --git a/lama_cleaner/app/src/components/Header/Header.tsx b/lama_cleaner/app/src/components/Header/Header.tsx
index dfb2ab6..bfb0235 100644
--- a/lama_cleaner/app/src/components/Header/Header.tsx
+++ b/lama_cleaner/app/src/components/Header/Header.tsx
@@ -63,7 +63,6 @@ const Header = () => {
icon={
}
style={{ border: 0 }}
toolTip="Open File Manager"
- tooltipPosition="bottom"
onClick={() => {
setShowFileManager(true)
}}
@@ -78,7 +77,6 @@ const Header = () => {
style={{ border: 0, gap: 0 }}
disabled={isInpainting}
toolTip="Upload image"
- tooltipPosition="bottom"
>
{
style={{ border: 0 }}
disabled={isInpainting}
toolTip="Upload custom mask"
- tooltipPosition="bottom"
>
{