We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 768ed66 commit b356870Copy full SHA for b356870
SCXcodeMinimap/SCXcodeMinimapView.m
@@ -633,7 +633,11 @@ - (void)updateOffset
633
[self.selectionView setFrame:selectionViewFrame];
634
return;
635
}
636
-
+
637
+ if(self.editorTextView.textStorage.editedMask) {
638
+ return;
639
+ }
640
641
CGFloat editorYOffset = CGRectGetMinY(self.editor.scrollView.contentView.bounds) + ABS(CGRectGetMinY(self.editorTextView.frame));
642
643
CGFloat ratio = (adjustedMinimapContentHeight / adjustedEditorContentHeight) * (1 / self.scrollView.magnification);
0 commit comments