From a1d6bf4fe0c72b8b657eee3a4449e88249520449 Mon Sep 17 00:00:00 2001 From: Francisco Hodge Date: Sun, 23 Sep 2018 23:38:34 -0400 Subject: [PATCH] Merge Display feature --- src/lib/components/Keyboard.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib/components/Keyboard.js b/src/lib/components/Keyboard.js index 2c84f000..658b61b6 100644 --- a/src/lib/components/Keyboard.js +++ b/src/lib/components/Keyboard.js @@ -224,7 +224,7 @@ class SimpleKeyboard { rowArray.forEach((button) => { let fctBtnClass = Utilities.getButtonClass(button); let buttonThemeClass = buttonThemesParsed[button]; - let buttonDisplayName = Utilities.getButtonDisplayName(button, this.options.display); + let buttonDisplayName = Utilities.getButtonDisplayName(button, this.options.display, this.options.mergeDisplay); /** * Creating button