MediaWiki:Gadget-HotCat.js:修订间差异
删除的内容 添加的内容
无编辑摘要 |
小无编辑摘要 |
||
第1,601行:
class CategoryEditor {
constructor(...args) {
this.isCompositionStart = false; ▼
this.callbackObj = null;▼
this.initialize(...args);
}
▲ isCompositionStart = false;
initialize(line, span, after, key, is_hidden) {
if (span) {
第2,324行 ⟶ 第2,325行:
});
}
▲ callbackObj = null;
textchange(dont_autocomplete, force) {
makeActive(this);
| |||