mirror of
https://github.com/fergalmoran/ladybird.git
synced 2025-12-26 03:09:08 +00:00
TextEditor: Fix typo in comment
This commit is contained in:
committed by
Andreas Kling
parent
8ad11df89f
commit
8b195d1211
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user