mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-04-21 20:15:17 +00:00
parent
14b83ee12f
commit
b88be25214
Notes:
sideshowbarker
2024-07-19 09:51:54 +09:00
Author: https://github.com/awesomekling Commit: https://github.com/SerenityOS/serenity/commit/b88be25214b
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
Reference in a new issue