|
@@ -316,6 +316,8 @@ function ChatAction(props: {
|
|
props.onClick();
|
|
props.onClick();
|
|
setTimeout(updateWidth, 1);
|
|
setTimeout(updateWidth, 1);
|
|
}}
|
|
}}
|
|
|
|
+ onMouseEnter={updateWidth}
|
|
|
|
+ onTouchStart={updateWidth}
|
|
style={
|
|
style={
|
|
{
|
|
{
|
|
"--icon-width": `${width.icon}px`,
|
|
"--icon-width": `${width.icon}px`,
|