Plugin apply/view being constantly hit

Hi,

I have implemented a very basic Prosemirror plugin, I am logging basic messages through the state - apply function, as well as the view - update function.

It looks like these are constantly being logged at an interval, is there a way to stop these being hit every second?

The base library itself doesn’t do this, but maybe you have some extension active that updates the editor state on an interval.