mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-02-25 18:55:31 -06:00
Fix toggle breakpoints buttons in the debugger. Fixes #3736
This commit is contained in:
@@ -129,6 +129,7 @@ define([
|
||||
},
|
||||
|
||||
setActiveLine: function(lineNo) {
|
||||
var self = this;
|
||||
let editor = pgTools.DirectDebug.editor;
|
||||
|
||||
/* If lineNo sent, remove active line */
|
||||
|
Reference in New Issue
Block a user