Skip to content

Commit

Permalink
Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
artemiusgreat committed Mar 17, 2024
1 parent c3a7ccf commit 072ab27
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Libs/ScriptControl.razor.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ function ScriptModule(instance, options) {
/// <param name="element"></param>
this.getElementBounds = element => {
const bounds = element.getBoundingClientRect();
console.log(bounds);
const X =
element.clientWidth ||
element.scrollWidth ||
Expand Down Expand Up @@ -98,6 +97,5 @@ function ScriptModule(instance, options) {
};

export function getScriptModule(instance, options) {
console.log(111)
return new ScriptModule(instance, options);
};

0 comments on commit 072ab27

Please sign in to comment.