forked from textAngular/textAngular
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(DOM): corrected a bug where we could not insertHTML when the docu…
…ment was empty. fix(taBind): corrected a bug where we attempted to restore the selection in element.on('input') when the document was empty after a delete. fix(textAngularSetup): corrected a bug where we would throw an error in taRegisterTool('justifyFull'), taRegisterTool('justifyRight'), and taRegisterTool('justifyLeft') when it was illegal to call .css('text-align). We now catch and suppress those errors.
- Loading branch information
Showing
3 changed files
with
60 additions
and
19 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters