iOS Text Input Modal Placement

I’m not certain when this change occurred, but recently in iOS the text input modal is in the middle of the screen. Historically this has been attached the the keyboard at the bottom like every other app convention (so you can see what you’re typing).

How did you make that modal appear? That looks like its coming from a plugin.

It’s invoked from Templater, but it’s just a call to the standard APIs apparently and nothing caused by them.

Bump!