mirror of
https://github.com/google/blockly.git
synced 2026-01-11 19:07:08 +01:00
Fix FieldTextInput showPromptEditor_ (#1350)
This commit is contained in:
@@ -153,7 +153,7 @@ Blockly.FieldTextInput.prototype.showEditor_ = function(opt_quietInput) {
|
||||
* Mobile browsers have issues with in-line textareas (focus and keyboards).
|
||||
* @private
|
||||
*/
|
||||
Blockly.FieldTextInput.showPromptEditor_ = function() {
|
||||
Blockly.FieldTextInput.prototype.showPromptEditor_ = function() {
|
||||
var fieldText = this;
|
||||
Blockly.prompt(Blockly.Msg.CHANGE_VALUE_TITLE, this.text_,
|
||||
function(newValue) {
|
||||
|
||||
Reference in New Issue
Block a user