Skip to content

Commit 4a3d6ab

Browse files
committed
Keep div as element type so it doesn't change the layout
1 parent 6dbafd5 commit 4a3d6ab

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

components/dash-core-components/src/components/Clipboard.react.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,6 @@ export default class Clipboard extends React.Component {
147147

148148
return clipboardAPI ? (
149149
<LoadingElement
150-
elementType={'button'}
151150
id={id}
152151
title={title}
153152
style={isCopied ? copied_style ?? style : style}

0 commit comments

Comments
 (0)