mirror of
https://github.com/RGBCube/serenity
synced 2025-05-21 15:55:07 +00:00
parent
14b83ee12f
commit
b88be25214
1 changed files with 2 additions and 0 deletions
|
@ -1152,6 +1152,8 @@ void GTextEditor::paste()
|
|||
return;
|
||||
auto paste_text = GClipboard::the().data();
|
||||
printf("Paste: \"%s\"\n", paste_text.characters());
|
||||
|
||||
TemporaryChange change(m_automatic_indentation_enabled, false);
|
||||
insert_at_cursor_or_replace_selection(paste_text);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue