Files
ladybird/Libraries/LibGUI/GTextEditor.cpp
Andreas Kling 748b38d80f GTextEditor: Fix obvious bug in find()
We forgot to rewind the search cursor after a partial match, which
would make us fail to find "xxy" in "xxxxy".
2019-08-23 13:54:25 +02:00

36 KiB