-
-
Notifications
You must be signed in to change notification settings - Fork 3.7k
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
Slightly confusing API (editor.ui.view.editable.element VS editor.ui.view.editable.editableElement) #5433
Comments
It looks like the |
So, for normal editables, |
We could remove |
That's a good point. Let's get back to this issue when (if) we develop an iframe–based editor. |
What we can do now is review these prop API docs. But I know that it will be confusing anyway... |
There has been no activity on this issue for the past year. We've marked it as stale and will close it in 30 days. We understand it may be relevant, so if you're interested in the solution, leave a comment or reaction under this issue. |
There has been no activity on this issue for the past year. We've marked it as stale and will close it in 30 days. We understand it may still be relevant, so if you're interested in the solution, leave a comment or reaction under this issue. |
We've closed your issue due to inactivity over the last year. We understand that the issue may still be relevant. If so, feel free to open a new one (and link this issue to it). |
When trying to set an attribute on the editable element in #670 I noticed that there are two attributes which point to the same element (
editor.ui.view.editable.element
VSeditor.ui.view.editable.editableElement
). I was immediately confused which one should I choose and if there will be any unexpected implications if I use the wrong one.The text was updated successfully, but these errors were encountered: