Code Monkey home page Code Monkey logo

Comments (4)

malicious avatar malicious commented on August 24, 2024 1

Potential fix (disclaimer that I don't understand the multi-cell editing well, see 2256b1d for original, pre-ES6 commit):

positions is only used within the conditional, so update confirmCellEdit():

   confirmCellEdit () {
     this.stopEdit()
-    const positions = this.tableEditor.getCursors().map(c => c.getPosition())
 
     const newValue = this.editor.getText()
     if (newValue !== this.tableEditor.getLastCursor().getValue()) {
+      const positions = this.tableEditor.getCursors().map(c => c.getPosition())
       this.tableEditor.setValuesAtScreenPositions(positions, [newValue])
     }
   }

EDIT: Actually, that won't work at all, this.tableEditor will still be null. It only seemed like it worked because I restarted Atom, which "fixes" things temporarily.

from atom-tablr.

sashmackinnon avatar sashmackinnon commented on August 24, 2024

I'm experiencing this a lot too, same conditions. It stops for a while after closing the app and then kicks back in.

from atom-tablr.

ivanhercaz avatar ivanhercaz commented on August 24, 2024

Me too...

Atom Version: 1.6.1
System: Mac OS X 10.11.4
** Tablr package: 1.8.3

Have you got any idea about it @abe33? Tablr is a very good package and it works very nice, with this exception 😿

Regards,
Iván

from atom-tablr.

typo3ua avatar typo3ua commented on August 24, 2024

I have the same issue

Atom Last Version:
System: Windows 10
Tablr package: Last version

from atom-tablr.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.