mirror of
https://github.com/geode-sdk/geode.git
synced 2025-03-31 07:10:28 -04:00
disable CCTextInputNodeFix
This commit is contained in:
parent
d5000c29ae
commit
12231b223c
1 changed files with 3 additions and 0 deletions
|
@ -1,3 +1,5 @@
|
|||
// FIXME: This fix ends up breaking some of the vanilla text inputs.
|
||||
#if 0
|
||||
#include <Geode/modify/CCTextInputNode.hpp>
|
||||
|
||||
using namespace geode::prelude;
|
||||
|
@ -24,3 +26,4 @@ struct CCTextInputNodeFix : Modify<CCTextInputNodeFix, CCTextInputNode> {
|
|||
return true;
|
||||
}
|
||||
};
|
||||
#endif
|
Loading…
Add table
Reference in a new issue