Bladeren bron

Minor text updates

Michael Ragazzon 3 jaren geleden
bovenliggende
commit
45b20c018f
2 gewijzigde bestanden met toevoegingen van 2 en 2 verwijderingen
  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>
 <head>
-    <title>Flex 05 ref</title>
+    <title>Flex nested ref</title>
     <link type="text/rcss" href="../../style.rcss"/>
 	<meta name="Reference" content="Reference implemented by wrapping the nested flex box in an extra div." />
 	<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).
 - Selection is now expanded to highlight selected newlines.
 - 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.
 
 ### Lua plugin