Skip to content
This repository has been archived by the owner on Feb 6, 2023. It is now read-only.

Implement click listener for editor wrapper #2230

Closed
wants to merge 2 commits into from
Closed

Implement click listener for editor wrapper #2230

wants to merge 2 commits into from

Commits on Oct 29, 2019

  1. Pass correct click listener to editor wrapper

    As I understand the `onClick` listener on the wrapper `div` element is suppose to replicate native `textarea/input` behavior. But the actual value of `onClick` property was `undefined` instead of a real method `domEditor`s method.
    maximalism2 authored Oct 29, 2019
    Configuration menu
    Copy the full SHA
    3f68de2 View commit details
    Browse the repository at this point in the history
  2. Implement focus method

    maximalism2 authored Oct 29, 2019
    Configuration menu
    Copy the full SHA
    37b0934 View commit details
    Browse the repository at this point in the history