Skip to content

Type Editor


Type Editor / @type-editor/dom-change-util / constants

constants

Variables

VariableDescription

CHROME_DELETE_TIME_THRESHOLD

Time threshold (in milliseconds) for detecting Chrome delete operations. Chrome occasionally deletes and re-inserts content during composition.

IOS_ENTER_TIME_THRESHOLD

Time threshold (in milliseconds) for detecting iOS Enter key events. iOS has specific timing-based detection for Enter key presses.

SELECTION_TIME_THRESHOLD

Time threshold (in milliseconds) for considering a selection change to be recent. Used to determine if the selection origin should be preserved.