pageboard / client

Web site building system - client packages
MIT License
4 stars 0 forks source link

Do not confuse scope.$write with isContentEditable #80

Open kapouer opened 4 years ago

kapouer commented 4 years ago

To check some DOM is being edited, just check isContentEditable (an inherited dom property) on whatever descendant that needs to know. It is not obvious scope.$write is actually useful...