dktapps-pm-pl / pmforms

Form API library for PocketMine-MP plugins
GNU Lesser General Public License v3.0
47 stars 20 forks source link

Duplicate ModalForm #3

Closed mzztin closed 4 years ago

mzztin commented 4 years ago

If I send a player a modal form it will send it "doubled"

If I have a more then 6 lines and the player will scroll down it will look like this: https://prnt.sc/sbl873

dktapps commented 4 years ago

That looks like a client sided bug to me. There's no complex logic in pmforms that would cause this behaviour unless it happens to other implementations too.

mzztin commented 4 years ago

For some reason it is now working again.