mirror of
https://github.com/publiclab/image-sequencer.git
synced 2025-12-11 19:00:00 +01:00
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:
committed by
Jeffrey Warren
parent
f6b1f7b201
commit
b5fcba3c54
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user