@veltdev/sdk 1.0.89 → 1.0.91
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -448,14 +448,14 @@ export declare class CommentElement {
|
|
|
448
448
|
public disablePrivateCommentMode: () => void;
|
|
449
449
|
|
|
450
450
|
/**
|
|
451
|
-
* To enable scroll to comment
|
|
451
|
+
* To enable scroll to comment.
|
|
452
452
|
*/
|
|
453
|
-
public
|
|
453
|
+
public enableScrollToComment: () => void;
|
|
454
454
|
|
|
455
455
|
/**
|
|
456
|
-
* To disable scroll to comment
|
|
456
|
+
* To disable scroll to comment.
|
|
457
457
|
*/
|
|
458
|
-
public
|
|
458
|
+
public disableScrollToComment: () => void;
|
|
459
459
|
|
|
460
460
|
/**
|
|
461
461
|
* To enable user mentions in comments
|
|
@@ -943,14 +943,14 @@ export declare class CommentElement {
|
|
|
943
943
|
private _disablePrivateCommentMode;
|
|
944
944
|
|
|
945
945
|
/**
|
|
946
|
-
* To enable scroll to comment
|
|
946
|
+
* To enable scroll to comment.
|
|
947
947
|
*/
|
|
948
|
-
private
|
|
948
|
+
private _enableScrollToComment;
|
|
949
949
|
|
|
950
950
|
/**
|
|
951
|
-
* To disable scroll to comment
|
|
951
|
+
* To disable scroll to comment.
|
|
952
952
|
*/
|
|
953
|
-
private
|
|
953
|
+
private _disableScrollToComment;
|
|
954
954
|
|
|
955
955
|
/**
|
|
956
956
|
* To enable user mentions in comments
|