mirror of
https://github.com/node-red/node-red.git
synced 2025-03-01 10:36:34 +00:00
Set the JavaScript editor to full-screen
This commit is contained in:
@@ -32,7 +32,7 @@ RED.editor.types._js = (function() {
|
||||
|
||||
var trayOptions = {
|
||||
title: options.title,
|
||||
width: "inherit",
|
||||
width: options.width||"inherit",
|
||||
buttons: [
|
||||
{
|
||||
id: "node-dialog-cancel",
|
||||
|
Reference in New Issue
Block a user