(feature)(webapp) modify view field (#732)

This commit is contained in:
williamhliu
2024-02-21 14:38:10 +08:00
committed by GitHub
parent d10801ef38
commit fc5ff01eca
6 changed files with 36 additions and 14 deletions

View File

@@ -26,7 +26,6 @@ const WebPage: React.FC<Props> = ({ id, data }) => {
const { msgId, height } = payload;
if (`${msgId}` === `${id}`) {
setHeight(height);
// updateMessageContainerScroll();
}
return;
}