ticket #110 attempt 1
Some checks failed
DevPlace CI / test (pull_request) Failing after 12s
Some checks failed
DevPlace CI / test (pull_request) Failing after 12s
This commit is contained in:
parent
ad1736ebf1
commit
c163fdfd3b
@ -14,7 +14,7 @@ import { PubSubClient } from "../PubSubClient.js";
|
|||||||
const CHAT_CSS_ID = "chat-css";
|
const CHAT_CSS_ID = "chat-css";
|
||||||
const TYPING_THROTTLE_MS = 1500;
|
const TYPING_THROTTLE_MS = 1500;
|
||||||
const TYPING_HIDE_MS = 4000;
|
const TYPING_HIDE_MS = 4000;
|
||||||
const AUTO_SCROLL_MARGIN_PX = 100;
|
const AUTO_SCROLL_MARGIN_PX = 0;
|
||||||
const STABILIZE_MAX_FRAMES = 300;
|
const STABILIZE_MAX_FRAMES = 300;
|
||||||
const SEND_TIMEOUT_MS = 8000;
|
const SEND_TIMEOUT_MS = 8000;
|
||||||
const MOBILE_BREAKPOINT_PX = 768;
|
const MOBILE_BREAKPOINT_PX = 768;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user