Skip to content
This repository has been archived by the owner on Sep 11, 2024. It is now read-only.

Allow image pasting in plain mode in RTE #11056

Merged
merged 17 commits into from
Jun 12, 2023

Commits on Jun 9, 2023

  1. get rough funcitonality working

    Alun Turner committed Jun 9, 2023
    Configuration menu
    Copy the full SHA
    393359e View commit details
    Browse the repository at this point in the history
  2. try to tidy up types

    Alun Turner committed Jun 9, 2023
    Configuration menu
    Copy the full SHA
    18542a0 View commit details
    Browse the repository at this point in the history
  3. fix merge error

    Alun Turner committed Jun 9, 2023
    Configuration menu
    Copy the full SHA
    7c1746d View commit details
    Browse the repository at this point in the history
  4. fix signature change error

    Alun Turner committed Jun 9, 2023
    Configuration menu
    Copy the full SHA
    4fac2c9 View commit details
    Browse the repository at this point in the history
  5. type wrangling

    Alun Turner committed Jun 9, 2023
    Configuration menu
    Copy the full SHA
    880dbcd View commit details
    Browse the repository at this point in the history
  6. use onBeforeInput listener

    Alun Turner committed Jun 9, 2023
    Configuration menu
    Copy the full SHA
    cadc518 View commit details
    Browse the repository at this point in the history
  7. add onBeforeInput handler, add logic to onPaste

    Alun Turner committed Jun 9, 2023
    Configuration menu
    Copy the full SHA
    da53c26 View commit details
    Browse the repository at this point in the history
  8. fix type error

    Alun Turner committed Jun 9, 2023
    Configuration menu
    Copy the full SHA
    efb9bfd View commit details
    Browse the repository at this point in the history
  9. Merge remote-tracking branch 'origin/develop' into alunturner/allow-i…

    …mage-pasting-plain-mode-RTE
    Alun Turner committed Jun 9, 2023
    Configuration menu
    Copy the full SHA
    55f4429 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    1e55f9e View commit details
    Browse the repository at this point in the history
  11. extract common function to util file, move tests

    Alun Turner committed Jun 9, 2023
    Configuration menu
    Copy the full SHA
    5fcb69d View commit details
    Browse the repository at this point in the history
  12. tidy comment

    Alun Turner committed Jun 9, 2023
    Configuration menu
    Copy the full SHA
    a693a22 View commit details
    Browse the repository at this point in the history
  13. tidy comments

    Alun Turner committed Jun 9, 2023
    Configuration menu
    Copy the full SHA
    f74a287 View commit details
    Browse the repository at this point in the history
  14. fix typo

    Alun Turner committed Jun 9, 2023
    Configuration menu
    Copy the full SHA
    25c365a View commit details
    Browse the repository at this point in the history
  15. add util tests

    Alun Turner committed Jun 9, 2023
    Configuration menu
    Copy the full SHA
    d9c73e8 View commit details
    Browse the repository at this point in the history

Commits on Jun 12, 2023

  1. Merge branch 'develop' into alunturner/allow-image-pasting-plain-mode…

    …-RTE
    Alun Turner committed Jun 12, 2023
    Configuration menu
    Copy the full SHA
    d6a0ece View commit details
    Browse the repository at this point in the history
  2. add text paste test

    Alun Turner committed Jun 12, 2023
    Configuration menu
    Copy the full SHA
    a5642e2 View commit details
    Browse the repository at this point in the history