-
Notifications
You must be signed in to change notification settings - Fork 639
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Request getIsLivePreview() not working #3680
Comments
After some more investigating, it seems that it is working, but that the check is performed later than it was previously, so that it is not yet registered when the |
If the line |
Yep, easy enough. |
Thanks! |
The following appears to be returning
false
even in live preview requests (when it should obviously be returningtrue
), which is tripping up the validation method in the Snaptcha plugin.This is happening as of Craft 3.1, currently seeing it on 3.1.2.2.
The text was updated successfully, but these errors were encountered: