You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 11, 2021. It is now read-only.
I was trying to use the limiter plugin and got a "Uncaught TypeError: this.core.editor is not a function" in the chrome console.
I figured the plugin was not up to date, and surely enough, the function "editor()" does not exist anymore and has been replaced by "getEditor()". Fixing this allows the plugin to work.
Hi @pydanny : I have never sumbitted a pull request before, but surely I'd like to if it is possible. How can I do that?
Is the plugin part of this repository?
I was trying to use the limiter plugin and got a "Uncaught TypeError: this.core.editor is not a function" in the chrome console.
I figured the plugin was not up to date, and surely enough, the function "editor()" does not exist anymore and has been replaced by "getEditor()". Fixing this allows the plugin to work.
At the time of writing this, the code is :
The text was updated successfully, but these errors were encountered: