1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-25 14:07:46 +00:00

HackStudio: Don't parse documentation if already parsed

This commit is contained in:
João Paulo Pulga 2019-11-03 14:49:07 +00:00 committed by Andreas Kling
parent 77f3c12dc9
commit 4d3be45ff4
2 changed files with 7 additions and 0 deletions

View file

@ -27,4 +27,5 @@ private:
RefPtr<GWindow> m_documentation_tooltip_window;
RefPtr<HtmlView> m_documentation_html_view;
String m_last_parsed_token;
};