mirror of
https://github.com/node-red/node-red.git
synced 2023-10-10 13:36:53 +02:00
Remove test diff code
This commit is contained in:
parent
d7d13c12fe
commit
5b3b5271ad
@ -11,12 +11,6 @@ RED.diff = (function() {
|
|||||||
// RED.keyboard.add("*","ctrl-shift-l","core:show-current-diff");
|
// RED.keyboard.add("*","ctrl-shift-l","core:show-current-diff");
|
||||||
RED.keyboard.add("*","ctrl-shift-r","core:show-remote-diff");
|
RED.keyboard.add("*","ctrl-shift-r","core:show-remote-diff");
|
||||||
|
|
||||||
|
|
||||||
// RED.actions.add("core:show-current-diff",showLocalDiff);
|
|
||||||
RED.actions.add("core:show-test-flow-diff",showTestFlowDiff);
|
|
||||||
// RED.keyboard.add("*","ctrl-shift-l","core:show-current-diff");
|
|
||||||
RED.keyboard.add("*","ctrl-shift-f","core:show-test-flow-diff");
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
function buildDiffPanel(container) {
|
function buildDiffPanel(container) {
|
||||||
|
Loading…
Reference in New Issue
Block a user