|
|
@ -79,6 +79,7 @@ Rectangle { |
|
|
|
placeholderTextColor: colors.buttonText |
|
|
|
placeholderTextColor: colors.buttonText |
|
|
|
color: colors.text |
|
|
|
color: colors.text |
|
|
|
wrapMode: TextEdit.Wrap |
|
|
|
wrapMode: TextEdit.Wrap |
|
|
|
|
|
|
|
focus: true |
|
|
|
onTextChanged: TimelineManager.timeline.input.updateState(selectionStart, selectionEnd, cursorPosition, text) |
|
|
|
onTextChanged: TimelineManager.timeline.input.updateState(selectionStart, selectionEnd, cursorPosition, text) |
|
|
|
onCursorPositionChanged: { |
|
|
|
onCursorPositionChanged: { |
|
|
|
TimelineManager.timeline.input.updateState(selectionStart, selectionEnd, cursorPosition, text); |
|
|
|
TimelineManager.timeline.input.updateState(selectionStart, selectionEnd, cursorPosition, text); |
|
|
|