Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在开发基于 html/javascript 支持的空中项目。我在javascript类上创建了撤消/重做系统,但它受到浏览器(webkit)自己的撤消(ctr+z)操作的干扰(它专注于最后修改的输入元素)。我可以关闭浏览器默认行为吗?
您可以更改浏览器的默认行为,但据我所知,使用 JavaScript 等客户端代码更改浏览器的行为是不可能和/或不可靠的。
您写道,您的 javascript 撤消命令专注于最后修改的输入元素,但预期的确切行为是什么?