rodydavis / flutter_piano

A Cross Platform Piano made with Flutter
https://pocketpiano.app
GNU General Public License v3.0
411 stars 101 forks source link

pianoKey label blocks interaction #4

Open fideldonson opened 5 years ago

fideldonson commented 5 years ago

The key label blocks interaction with the button beneath. An easy fix is to wrap the label Text widget in an IgnorePointer widget.

Thanks for the great work btw.

rodydavis commented 5 years ago

Absolutely! Should be resolved on the latest update. Let me know if it isn't