Browse Source

Minor text updates

Michael Ragazzon 3 years ago
parent
commit
45b20c018f
2 changed files with 2 additions and 2 deletions
  1. 1 1
      Tests/Data/VisualTests/reference/flex_nested-ref.rml
  2. 1 1
      changelog.md

+ 1 - 1
Tests/Data/VisualTests/reference/flex_nested-ref.rml

@@ -1,6 +1,6 @@
 <rml>
 <rml>
 <head>
 <head>
-    <title>Flex 05 ref</title>
+    <title>Flex nested ref</title>
     <link type="text/rcss" href="../../style.rcss"/>
     <link type="text/rcss" href="../../style.rcss"/>
 	<meta name="Reference" content="Reference implemented by wrapping the nested flex box in an extra div." />
 	<meta name="Reference" content="Reference implemented by wrapping the nested flex box in an extra div." />
 	<style>
 	<style>

+ 1 - 1
changelog.md

@@ -18,7 +18,7 @@ The `<textarea>` and `<input type="text">` elements have been improved in severa
 - Improved cursor navigation between words (Ctrl + Left/Right).
 - Improved cursor navigation between words (Ctrl + Left/Right).
 - Selection is now expanded to highlight selected newlines.
 - Selection is now expanded to highlight selected newlines.
 - When word-wrap is enabled, words can now be broken to avoid overflow.
 - When word-wrap is enabled, words can now be broken to avoid overflow.
-- Fixed several issues where the text cursor would be offset from the text editing operations. In particular after word wrapping, or when suppressed characters were present in the text field's value.
+- Fixed several issues where the text cursor would be offset from the text editing operations. In particular after word wrapping, or when suppressed characters were present in the text field's value. #313
 - Fixed an issue where Windows newline endings (\r\n) would produce an excessive space character.
 - Fixed an issue where Windows newline endings (\r\n) would produce an excessive space character.
 
 
 ### Lua plugin
 ### Lua plugin