↓ 1 callersFunctiongetSelectionToOffset({
to,
commentType,
isAlreadyCommented,
isMultiLineSelection,
fullContent,
}: GetSelectionToOffsetOp
src/components/CodeEditor/keymaps/comment.ts:122
FunctionButton({
as: ButtonComponent = 'button',
children,
tone,
size = 'medium',
height = 'explicit',
...props
src/components/Button/Button.tsx:25
FunctionContextMenuItem({
onClick,
children,
closeOnClick,
disabled,
tone = 'neutral',
icon: Icon,
active = true,
}: {
src/components/ContextMenu/ContextMenu.tsx:12
FunctionContextMenuItemLink({
onClick,
children,
href,
target = '_blank',
disabled,
tone = 'neutral',
icon: Icon,
...rest
src/components/ContextMenu/ContextMenu.tsx:56
FunctionDialog({
title,
open,
onOpenChange,
finalFocus,
initialFocus,
children,
}: Props)
src/components/Dialog/Dialog.tsx:23
FunctionFrame({
frame,
// title,
code,
scrollingPanelRef,
frameId,
frameSettings = {},
inspectMode,
dispatc
src/components/Frames/Frames.tsx:56
FunctionFrame({
code,
inspectMode,
themeName,
theme,
frameSettings,
ErrorComponent,
}: FrameProps)
src/components/Frame/Frame.tsx:28