Fix request_save_previous_state signal type

This commit is contained in:
kit
2024-07-07 19:12:30 -04:00
parent f3af22b10b
commit ad8f065f4a
2 changed files with 2 additions and 2 deletions

View File

@ -72,7 +72,7 @@
</description>
</signal>
<signal name="request_save_previous_state">
<param index="0" name="line" type="int" />
<param index="0" name="state" type="Dictionary" />
<description>
Emitted when the user changes current script or moves caret by 10 or more columns within the same script.
</description>