Skip to content

Commit 6d83431

Browse files
committed
Fixed small bug on mendix show button in panel.
1 parent 40edd32 commit 6d83431

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

lib/MendixWorkspaceManager.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -143,6 +143,10 @@ define(function (require, exports, module) {
143143
MendixWorkshopManager.showHidePanel();
144144
});
145145

146+
$('#mx_mendix_show').on('click', function () {
147+
MendixWorkspaceManager.startMendix();
148+
});
149+
146150
},
147151

148152
/**

0 commit comments

Comments
 (0)