Skip to content

Commit dfe16c6

Browse files
committed
feat: comments ui
1 parent 2f5187e commit dfe16c6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • packages/superdoc/src/core/types

packages/superdoc/src/core/types/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1145,7 +1145,7 @@ export interface Modules {
11451145
/** Active border color for format change highlight. */
11461146
formatBorder?: string;
11471147
};
1148-
/** Comments/track-changes UI display policy. */
1148+
/** Comments/track-changes UI display policy for responsive comment surfaces. */
11491149
displayMode?: 'auto' | 'sidebar' | 'inline';
11501150
/** CSS selector for an explicit width measurement target in auto mode. */
11511151
compactMeasurementSelector?: string;

0 commit comments

Comments
 (0)