We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1553d4d commit 608f33cCopy full SHA for 608f33c
1 file changed
modules/core/src/main/java/io/github/palexdev/mfxcore/popups/PopupState.java
@@ -36,7 +36,7 @@ public enum PopupState {
36
/// MFXPopover popover = ...;
37
/// MFXButton btn = ...;
38
/// btn.setOnAction(_ -> {
39
- ///// Doesn't work for whatever fucking reason and the popup keeps getting shown.
+ /// // Doesn't work for whatever fucking reason and the popup keeps getting shown.
40
/// if (popover.isShowing()){
41
/// popover.hide();
42
///} else {
0 commit comments