lower case to avoid warning

This commit is contained in:
hiroshisuga 2023-04-04 12:08:35 +09:00 committed by GitHub
parent 09460c3de0
commit 5bc2976328
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -89,8 +89,8 @@ class PanToolInjector extends React.Component {
size="md" size="md"
label={label} label={label}
aria-label={label} aria-label={label}
tooltipDelay={700} tooltipdelay={700}
tooltipPlacement="top" tooltipplacement="top"
onClick={() => { onClick={() => {
setPanSelected(true); setPanSelected(true);
setIsPanning(true); setIsPanning(true);