Skip to content

Commit e79b374

Browse files
committed
rewrite jupyter find & replace to use antd (not react-bootstrap)
1 parent 5d573e2 commit e79b374

File tree

3 files changed

+339
-365
lines changed

3 files changed

+339
-365
lines changed

src/packages/frontend/antd-bootstrap.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,6 @@ import {
3838
Tooltip,
3939
} from "antd";
4040
import { MouseEventHandler } from "react";
41-
4241
import { inDarkMode } from "@cocalc/frontend/account/dark-mode";
4342
import { Gap } from "@cocalc/frontend/components/gap";
4443
import { r_join } from "@cocalc/frontend/components/r_join";

src/packages/frontend/jupyter/commands.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -508,6 +508,7 @@ export function commands(actions: AllActions): {
508508

509509
"find and replace": {
510510
i: "replace",
511+
b: "Find",
511512
m: jupyter.commands.find_and_replace,
512513
k: [
513514
{ mode: "escape", which: 70 },

0 commit comments

Comments
 (0)