- From: Masayuki Nakano <notifications@github.com>
- Date: Sat, 09 Jun 2018 03:30:38 -0700
- To: w3c/editing <editing@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Saturday, 9 June 2018 10:31:02 UTC
@johanneswilm > If I understand you correct, you still have a common undo stack for all contenteditable elements on the same page? Exactly. > That is also not very practical, but the problems created are smaller, in that its less common to have more than one contenteditable element at the same time. I have no idea how to manage undo stack separately for each `contenteditable` element. If there is no `contenteditable="false"`, it could be though... -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/w3c/editing/issues/160#issuecomment-395958237
Received on Saturday, 9 June 2018 10:31:02 UTC