Skip to content
This repository was archived by the owner on Aug 31, 2021. It is now read-only.

Commit e5307fd

Browse files
authored
Update revsecommoneditorbehavior.livecodescript
1 parent 813e062 commit e5307fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Toolset/palettes/script editor/behaviors/revsecommoneditorbehavior.livecodescript

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -694,7 +694,7 @@ private function textFormatSelection pText
694694
put return & tTextLines[tIndex] after tResult
695695
end repeat
696696

697-
if line - 1 of pText = "" then put cr after tResult
697+
if line -1 of pText = "" then put cr after tResult
698698

699699
return tResult
700700
end textFormatSelection

0 commit comments

Comments
 (0)