mirror of
https://gitlab.com/octtspacc/OcttKB
synced 2025-06-06 00:29:12 +02:00
OcttKB Cross-Repo Sync (HTML to Raw)
This commit is contained in:
@ -35,7 +35,7 @@ ClickListener.prototype.render = function(parent,nextSibling) {
|
||||
wrong object, we should call our edit function with our widget object set as the this property.*/
|
||||
|
||||
/* OcttKB: edit this to work with 3 clicks instead of 2 */
|
||||
window.addEventListener('click', function(ev){
|
||||
parent.addEventListener('click', function(ev){
|
||||
if (ev.detail === 3) {
|
||||
self.editTiddler.call(self, event);
|
||||
}
|
||||
|
@ -1,6 +1,6 @@
|
||||
created: 20231103222110593
|
||||
creator: Octt
|
||||
modified: 20231103222326612
|
||||
modified: 20231103232415086
|
||||
modifier: Octt
|
||||
module-type: widget
|
||||
title: $:/plugins/danielo515/2click2edit/ClickListener.js
|
||||
|
Reference in New Issue
Block a user