Raxol.UI.Components.Input.MultiLineInput.ClipboardHelper (Raxol v2.0.1)

View Source

Clipboard operations for MultiLineInput component.

Summary

Functions

Copies the current selection to clipboard.

Cuts the current selection to clipboard.

Pastes content from clipboard at cursor position.

Functions

copy_selection(state)

Copies the current selection to clipboard.

cut_selection(state)

Cuts the current selection to clipboard.

paste(state)

Pastes content from clipboard at cursor position.