Fix dropping on selection in script editor

This commit is contained in:
kit
2024-07-04 19:29:15 -04:00
parent e6448ca0aa
commit fc16465d17
3 changed files with 51 additions and 49 deletions

View File

@ -881,6 +881,7 @@ public:
int add_caret(int p_line, int p_column);
void remove_caret(int p_caret);
void remove_drag_caret();
void remove_secondary_carets();
int get_caret_count() const;
void add_caret_at_carets(bool p_below);