what have i done
This commit is contained in:
@ -19,6 +19,7 @@
|
||||
getBlock,
|
||||
getDocument
|
||||
} from '../../editor/block-eval';
|
||||
import { csoundTooltip, csoundTooltipTheme } from '../../csound-reference/csoundTooltips';
|
||||
|
||||
interface Props {
|
||||
value: string;
|
||||
@ -99,6 +100,8 @@
|
||||
rectangularSelection(),
|
||||
crosshairCursor(),
|
||||
highlightSelectionMatches(),
|
||||
csoundTooltip,
|
||||
csoundTooltipTheme,
|
||||
keymap.of([
|
||||
...closeBracketsKeymap,
|
||||
...defaultKeymap,
|
||||
|
||||
Reference in New Issue
Block a user