()
| 207 | ? stringFormatter.format('longPressMessage') |
| 208 | : undefined, |
| 209 | onLongPress() { |
| 210 | shouldFocusOnOpen.current = true; |
| 211 | state.open(true); |
| 212 | } |
| 213 | }); |
| 214 | |
| 215 | // Keep the preview open while the pointer is anywhere within the safe area connecting the link |