comment fixed input
This commit is contained in:
parent
a286e814b2
commit
068f921efd
File diff suppressed because one or more lines are too long
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in New Issue