R
fn

isAcrossBlocks

tested

Whether the selection spans more than one block.

Signature

ts
export function isAcrossBlocks(sel: Selection): boolean{ ... }

Parameters

ParameterTypeDescription
selSelection

Returns

boolean