Feature/#94 auto resume after screenshot #98

Closed
Serraniel wants to merge 10 commits from feature/#94-auto-resume-after-screenshot into develop
Showing only changes of commit 93747d5cfd - Show all commits

View file

@ -3,6 +3,7 @@ import * as helper from '../utils/helpers';
import { v4 as uuidv4 } from 'uuid';
export function init() {
// UPS // runAfterLoad is not what we want...wait for runAfterLocationChange....
core.runAfterLoad(() => {
manipulateChatInput();
}, "^/watch2gether/.*$");