comment fixed input

This commit is contained in:
Admin 2025-09-26 13:05:44 +07:00
parent a286e814b2
commit 068f921efd
2 changed files with 6 additions and 6 deletions

File diff suppressed because one or more lines are too long

View File

@ -10,7 +10,7 @@ port.onMessage.addListener((msg: IMsg<any>) => {
console.log({ msg });
// Set height input chat tager cho nó ra dễ click
contentService.fixedHeightChatInput();
// contentService.fixedHeightChatInput();
if (msg.type !== "socket") {
return;