Skip to content

Commit f081406

Browse files
committed
Merge branch 'feature/72817-inline-wp-links-within-text-paragraphs' into feature/73664-extend-documents-links-block-level-elements
2 parents 02086aa + 6ef690d commit f081406

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

lib/index.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,5 @@ export type { InlineWpSize, BlockWpSize, WpSize } from "./components/WorkPackage
1313
export { createHashWpMenuComponent, isHashWpQuery, useHashWpMenu } from "./components/HashMenu";
1414
export type { HashMenuItem } from "./components/HashMenu";
1515
export { useWorkPackageSearch } from "./hooks/useWorkPackageSearch";
16-
export type { WorkPackage } from "./openProjectTypes";
16+
export type { WorkPackage } from "./openProjectTypes";
17+
export { useInlineWpEvents } from './hooks/useInlineWpEvents';

src/App.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ import {
1818
} from "../lib";
1919
import "./fetchOverride";
2020
import type { HashMenuItem } from "../lib";
21-
import {useInlineWpEvents} from "../lib/hooks/useInlineWpEvents";
21+
import {useInlineWpEvents} from "../lib";
2222

2323
const schema = BlockNoteSchema.create().extend({
2424
blockSpecs: {

0 commit comments

Comments
 (0)