1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-06-16 10:29:54 +00:00

FIX for keyboard widget keyInfoArray (#3544)

apologies
This commit is contained in:
BurningTreeC 2018-11-15 22:40:27 +01:00 committed by Jeremy Ruston
parent 43c8a0f485
commit 9752531b61

View File

@ -71,6 +71,7 @@ KeyboardWidget.prototype.dispatchMessage = function(event) {
Compute the internal state of the widget
*/
KeyboardWidget.prototype.execute = function() {
var self = this;
// Get attributes
this.actions = this.getAttribute("actions");
this.message = this.getAttribute("message");