我有一些使用撤消和redo webContents
方法的按钮和菜单项;我需要启用和禁用它们,检查是否可以'canUndo'
和'canRedo'
。我真的无法找到有关如何操作的信息。
答案 0 :(得分:-1)
我感谢free-consulting找到了解决方案 在Is there a way to determine if execCommand('undo') is executable? [JavaScript]解决方案。
var canUndo = document.queryCommandEnabled("undo");