UNPKG

@dnb/eufemia

Version:

DNB Eufemia Design System UI Library

11 lines 279 B
export function runIOSSelectionFix() { try { const selection = window.getSelection(); const range = document.createRange(); if (selection) { selection.removeAllRanges(); selection.addRange(range); } } catch (e) {} } //# sourceMappingURL=iOS.js.map