Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Textarea cursor movements #445

Open
wants to merge 9 commits into
base: master
Choose a base branch
from
Open

Textarea cursor movements #445

wants to merge 9 commits into from

Commits on Sep 27, 2024

  1. Update textarea.js

    Added basic cursor movement
    freeart authored Sep 27, 2024
    Configuration menu
    Copy the full SHA
    5dc3e66 View commit details
    Browse the repository at this point in the history
  2. Update textarea.js

    Fixed scroll position if type text with scroll bar
    freeart authored Sep 27, 2024
    Configuration menu
    Copy the full SHA
    c41f000 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #1 from freeart/cursor-movements

    Cursor movements
    freeart authored Sep 27, 2024
    Configuration menu
    Copy the full SHA
    954f911 View commit details
    Browse the repository at this point in the history

Commits on Sep 30, 2024

  1. Scroll hotfix (#2)

    * Update textarea.js
    
    * Update textarea.js
    
    variables reorder
    
    * Update textarea.js
    
    style
    freeart authored Sep 30, 2024
    Configuration menu
    Copy the full SHA
    8e3a2a3 View commit details
    Browse the repository at this point in the history
  2. Update textarea.js (#3)

    Fix for some corner cases
    freeart authored Sep 30, 2024
    Configuration menu
    Copy the full SHA
    9fd27fc View commit details
    Browse the repository at this point in the history

Commits on Oct 11, 2024

  1. fix typing at the begining of multilines

    Pavel Nekrasov committed Oct 11, 2024
    Configuration menu
    Copy the full SHA
    3740961 View commit details
    Browse the repository at this point in the history

Commits on Oct 14, 2024

  1. support delete key

    Pavel Nekrasov committed Oct 14, 2024
    Configuration menu
    Copy the full SHA
    f01c564 View commit details
    Browse the repository at this point in the history

Commits on Oct 23, 2024

  1. fix align issue for text elements

    Pavel Nekrasov committed Oct 23, 2024
    Configuration menu
    Copy the full SHA
    07e8f43 View commit details
    Browse the repository at this point in the history

Commits on Nov 6, 2024

  1. fix wrap text area

    Pavel Nekrasov committed Nov 6, 2024
    Configuration menu
    Copy the full SHA
    cdf7c81 View commit details
    Browse the repository at this point in the history