#91 added comment why this does not work yet

This commit is contained in:
Serraniel 2020-10-25 13:02:24 +01:00
parent 3125e6720f
commit 93747d5cfd
Signed by: Serraniel
GPG key ID: 3690B4E7364525D3

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/.*$");