TeselaGen / tg-oss

Teselagen Open Source modules
https://teselagen.github.io/tg-oss/
MIT License
40 stars 17 forks source link

editLock Tooltip & onChangeEditLock #9

Closed jgespinosa10 closed 1 year ago

jgespinosa10 commented 1 year ago

Added tooltip dialogue when edit lock is disabled. Added onChangeEditLock parameter. It is a function that runs when the editLock button is pressed, it receives the value of readOnly that you are changing into: onChangeEditLock(!readOnly);