mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-06-10 18:10:56 +09:00
TextEditor: Fix typo in comment
This commit is contained in:
parent
8ad11df89f
commit
8b195d1211
Notes:
sideshowbarker
2024-07-19 07:12:36 +09:00
Author: https://github.com/linusg
Commit: 8b195d1211
Pull-request: https://github.com/SerenityOS/serenity/pull/2007
1 changed files with 1 additions and 1 deletions
|
@ -74,7 +74,7 @@ TextEditorWidget::TextEditorWidget()
|
|||
if (m_markdown_preview_enabled)
|
||||
update_markdown_preview();
|
||||
|
||||
// Do not mark as diry on the first change (When document is first opened.)
|
||||
// Do not mark as dirty on the first change (When document is first opened.)
|
||||
if (m_document_opening) {
|
||||
m_document_opening = false;
|
||||
return;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue