Skip to content

Commit 18267bd

Browse files
Merge pull request #467 from guardian/simonbyford-patch-1
Fix comment formatting in constants.ts
2 parents d49f330 + 5b385f8 commit 18267bd

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

src/plugin/helpers/constants.ts

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
1-
// A key that uniquely identifies a repeater field-to-name map. Useful for
2-
// renderers that must be able to uniquely identify children – for example, in
3-
41
import { PluginKey } from "prosemirror-state";
52
import type { PluginState } from "../plugin";
63

4+
// A key that uniquely identifies a repeater field-to-name map. Useful for
5+
// renderers that must be able to uniquely identify children – for example, in
76
// React, where a `key` attribute is expected in arrays of ReactNodes.
87
export const RepeaterFieldMapIDKey = "__ID";
98

0 commit comments

Comments
 (0)