mirror of
https://github.com/node-red/node-red.git
synced 2025-03-01 10:36:34 +00:00
parent
a0aed93c69
commit
6a4aa1ff21
@ -139,6 +139,7 @@ RED.editor = function() {
|
||||
$( "#dialog" ).dialog({
|
||||
modal: true,
|
||||
autoOpen: false,
|
||||
closeOnEscape: false,
|
||||
width: 500,
|
||||
buttons: [
|
||||
{
|
||||
@ -393,6 +394,7 @@ RED.editor = function() {
|
||||
modal: true,
|
||||
autoOpen: false,
|
||||
width: 500,
|
||||
closeOnEscape: false,
|
||||
buttons: [
|
||||
{
|
||||
text: "Ok",
|
||||
|
Loading…
x
Reference in New Issue
Block a user