Refactor Draw Rectangle Module (#664)

* update dist

Signed-off-by: tech4GT <varun.gupta1798@gmail.com>

dist update

Revert "dist update"

This reverts commit 9ee2a987e8f978961656ae8f71f6e6702bbbd30d.

* change template

* refactor drawRectangle

* changes

* changes
This commit is contained in:
Harsh Khandeparkar
2019-01-15 02:27:49 +05:30
committed by Jeffrey Warren
parent f6b1f7b201
commit b5fcba3c54
6 changed files with 7095 additions and 14417 deletions

View File

@@ -157,7 +157,6 @@ function DefaultHtmlStepUi(_sequencer, options) {
}
$(step.ui.querySelector(".toggle")).on("click", (e) => {
var className = e.target.className;
console.log("ele "+element)
if(className=="fa fa-caret-up"){
$(step.ui.querySelectorAll(".collapse")).show();
e.target.className="fa fa-caret-down";