summary |
shortlog |
log |
commit | commitdiff |
tree
raw |
patch |
inline | side by side (from parent 1:
cb448b7)
Having spellcheck active causes Chrome to select right clicked word if
it detects spell check suggestions which causes problems with selection
and canvas context menu.
<div class="view-table">
<div class="view-row">
<div class="view-table">
<div class="view-row">
- <div class="root-wrapper" contenteditable="true"></div>
+ <div class="root-wrapper" contenteditable="true" spellcheck="false"></div>
</div>
</div>
\ No newline at end of file
</div>
</div>
\ No newline at end of file