Skip to content

Commit

Permalink
Minor fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
marigostra committed Oct 31, 2022
1 parent 8f80e2b commit 487d66f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions js/studio-tex.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@
General Public License for more details.
*/

//FIXME: предлог "с" над

Luwrain.addHook("luwrain.studio.tex.insert.chars.post", (area)=>{
if (area.chars != " " || area.hotPoint.y >= area.lines.length)
return;
Expand Down

0 comments on commit 487d66f

Please sign in to comment.