To reproduce:
- Create a plugin that receives on_modified.
- To make it easier to see what is happening, set the layout to 2 columns.
- Open a file in the left column.
- Clone the view, move the clone to the right column.
- Type in the view on the right.
on_modified receives the view on the left column, not the active view. Surely this is not the intended behavior.