Skip to content

Commit e4fa298

Browse files
authored
Merge pull request #493 from mashmatrix/fix-issues-with-external-app
Fix issues with external app
2 parents bf33bee + a14a2d6 commit e4fa298

File tree

5 files changed

+399
-229
lines changed

5 files changed

+399
-229
lines changed

src/scripts/Button.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ export const Button: FC<ButtonProps> = (props) => {
158158
ref={buttonRef}
159159
className={btnClassNames}
160160
type={htmlType}
161-
title={isIconOnly || alt ? alt ?? icon : undefined}
161+
title={isIconOnly || alt ? alt : undefined}
162162
tabIndex={tabIndex ?? -1}
163163
{...rprops}
164164
onClick={onClick}

0 commit comments

Comments
 (0)