reverting changes in polish manually

This commit is contained in:
Andrew Gundersen 2022-01-20 11:39:39 -06:00
commit fb14847730
6 changed files with 60 additions and 20 deletions

View file

@ -9,7 +9,7 @@ const Bubble =
}
Vue.onMounted(() => {
document.dispatchEvent(new CustomEvent("scroll"));
document.getElementById("messenger").dispatchEvent(new CustomEvent('adjust-scroll'));
});
return { getUrl };