feat: add browser state for input handler
This commit is contained in:
@@ -56,7 +56,7 @@ const handleWrapper = async (
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
const id = browserPool.getActiveBrowserId(userId);
|
const id = browserPool.getActiveBrowserId(userId, "recording");
|
||||||
if (id) {
|
if (id) {
|
||||||
const activeBrowser = browserPool.getRemoteBrowser(id);
|
const activeBrowser = browserPool.getRemoteBrowser(id);
|
||||||
if (activeBrowser?.interpreter.interpretationInProgress() && !activeBrowser.interpreter.interpretationIsPaused) {
|
if (activeBrowser?.interpreter.interpretationInProgress() && !activeBrowser.interpreter.interpretationIsPaused) {
|
||||||
|
|||||||
Reference in New Issue
Block a user