File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Sources/CodeEditTextView/TextView Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ extension TextView: NSDraggingSource {
4040 dragGesture. isEnabled = isSelectable
4141 addGestureRecognizer ( dragGesture)
4242 }
43-
43+
4444 /// Handles state change on the drag and drop gesture recognizer.
4545 ///
4646 /// This will ignore any gesture state besides `.began`, and will end by setting the state to `.ended`. The gesture
@@ -120,7 +120,7 @@ extension TextView: NSDraggingSource {
120120 isDragging = true
121121 setUpMouseAutoscrollTimer ( )
122122 }
123-
123+
124124 /// Updates the text view about a dragging session. The text view will update the ``TextView/draggingCursorView``
125125 /// cursor to match the drop destination depending on where the drag is on the text view.
126126 ///
@@ -203,7 +203,7 @@ extension TextView: NSDraggingSource {
203203 }
204204
205205 // MARK: - Perform Drag
206-
206+
207207 /// Performs the final drop operation.
208208 ///
209209 /// This method accepts a number of items from the dragging info's pasteboard, and cuts them into the
You can’t perform that action at this time.
0 commit comments