Fix multi-cursor paste operation.

This commit is contained in:
Martín Lucas Golini
2024-05-21 00:27:13 -03:00
parent c768277c71
commit 98109c9ded
3 changed files with 29 additions and 1 deletions

View File

@@ -265,6 +265,8 @@ class EE_API TextDocument {
void textInput( const String& text, bool mightBeInteresting = true );
void pasteText( String&& text );
void imeTextEditing( const String& text );
void registerClient( Client* client );