Skip to content

Commit 5516bf6

Browse files
committed
Disable blinking for now
1 parent efc4e67 commit 5516bf6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Brick-Editor/BrCursorElement.class.st

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ BrCursorElement class >> blinkInterval: aDuration [
3636

3737
{ #category : #accessing }
3838
BrCursorElement class >> shouldBlink [
39-
^ ShouldBlink ifNil: [ true ]
39+
^ ShouldBlink ifNil: [ false ]
4040
]
4141

4242
{ #category : #accessing }

0 commit comments

Comments
 (0)