thomashoneyman / purescript-halogen-realworld

Exemplary real world application built with PureScript + Halogen
https://thomashoneyman.com/guides/real-world-halogen
MIT License
792 stars 86 forks source link

New post interfaces stack up when nothing entered an another interface choosen #129

Open twhitehead opened 2 months ago

twhitehead commented 2 months ago

Was trying the program following the details in the directions and discovered some strange behavior.

  1. Pressing new post to get the new post interface
  2. Pressing one of the other options without entering anything into new post and it will opens its interface below the new post interface.
  3. Press new post again to get another new post interface below the existing new post interface.
  4. Repeat as much as you want to stack up as many new post interfaces as you want.
twhitehead commented 2 months ago

Here is a screenshot showing the new post interface stacked up three times

Screenshot