mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-03-18 07:23:51 +01:00
Removed some debug stuff
This commit is contained in:
@@ -36,7 +36,6 @@ export function _Editor({
|
||||
className,
|
||||
singleLine,
|
||||
}: _EditorProps) {
|
||||
console.log('ROUTERss');
|
||||
const cm = useRef<{ view: EditorView; langHolder: Compartment } | null>(null);
|
||||
|
||||
// Unmount the editor
|
||||
|
||||
Reference in New Issue
Block a user