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
It appears that Keyboard.DEFAULT object is merged twice into the options object that is used to construct the Keyboard module.
This happens once in expandConfigquill.js where they have been plucked off of the Keyboard.DEFAULTS on line 349 viamoduleClass.DEFAULTS, and then again later in the Keyboard constructor.
I'm not sure what the project strategy is for configuring module defaults, but this double-merge seems unintended.
The text was updated successfully, but these errors were encountered:
It appears that Keyboard.DEFAULT object is merged twice into the
options
object that is used to construct the Keyboard module.This happens once in
expandConfig
quill.js where they have been plucked off of the Keyboard.DEFAULTS on line 349 viamoduleClass.DEFAULTS
, and then again later in the Keyboard constructor.I'm not sure what the project strategy is for configuring module defaults, but this double-merge seems unintended.
The text was updated successfully, but these errors were encountered: