fd36076ae7
* disconnect real-time collab if user is idle * log yjs document disconnect and unload in dev mode * no longer set editor to read-only mode on collab websocket disconnection * treat delayed collab websocket "connecting" state as disconnected * increase maxDebounce to 45 seconds * add reset handle to useIdle hook
4 lines
148 B
TypeScript
4 lines
148 B
TypeScript
export const INTERNAL_LINK_REGEX =
|
|
/^(https?:\/\/)?([^\/]+)?(\/s\/([^\/]+)\/)?p\/([a-zA-Z0-9-]+)\/?$/;
|
|
|
|
export const FIVE_MINUTES = 5 * 60 * 1000; |