Skip to content

Commit afa4411

Browse files
committed
Kleine bug, als custom scherm werd gekozen ging de tool niet automatisch naar het Bewerken menu.
1 parent ce566bd commit afa4411

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

builddate.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
var CONF_builddate="20241117-113301"
1+
var CONF_builddate="20241117-113745"

eendraadschema.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6699,7 +6699,7 @@ function buildNewStructure(structure) {
66996699
function reset_all() {
67006700
structure = new Hierarchical_List();
67016701
buildNewStructure(structure);
6702-
HLRedrawTree();
6702+
topMenu.selectMenuItemByName('Bewerken');
67036703
}
67046704
function renderAddress() {
67056705
var outHTML = "";

src/main.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,7 @@ function buildNewStructure(structure: Hierarchical_List) {
197197
function reset_all() {
198198
structure = new Hierarchical_List();
199199
buildNewStructure(structure);
200-
HLRedrawTree();
200+
topMenu.selectMenuItemByName('Bewerken');
201201
}
202202

203203
function renderAddress() {

0 commit comments

Comments
 (0)