request node port selection enablement

This commit is contained in:
Yoonseok Hur 2023-11-14 15:52:51 +09:00
parent a6cbc340e5
commit efbc8786bd

View File

@ -200,7 +200,6 @@ module.exports = function(RED) {
node.send(msgout);
});
// Common part
node.port.on('ready', function () {
node.status({ fill: "green", shape: "dot", text: "node-red:common.status.connected" });
});