Skip to content

Commit

Permalink
add todo to perfom later
Browse files Browse the repository at this point in the history
  • Loading branch information
aghontpi committed Oct 11, 2021
1 parent 84ca216 commit 65f9001
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Components/Mods/Paddings.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,8 @@ const Padding = () => {
[visible, path]
);

//todo: optimize this function, move to useEffect, useState.
// its being called on every hover event.
const getValue = (direction: string) => {
let value = '';
//todo: debug why removing active causes crash getValue:{@mods/pad..tsx}
Expand Down

0 comments on commit 65f9001

Please sign in to comment.