
[Bug] Use Vuex to make editor placeholder reactive

Created by: Tirokk
Authored by mattwr18 Closed

Bugreport

Currently, we have a hack where we do a $root.$emit
to change the placeholder text.
We want to avoid these event listeners in the code base, one way we can do that is using Vuex.